# HG changeset patch # User Florian Pose # Date 1168352377 0 # Node ID de914aa62273460bdd33b382f8709066560b55e4 # Parent a25593417791437c9f840fc6d5cac267af19d070 Removed debug messages again. diff -r a25593417791 -r de914aa62273 master/fsm.c --- a/master/fsm.c Tue Jan 09 14:12:37 2007 +0000 +++ b/master/fsm.c Tue Jan 09 14:19:37 2007 +0000 @@ -193,7 +193,6 @@ ec_datagram_brd(&fsm->datagram, 0x0130, 2); ec_master_queue_datagram(fsm->master, &fsm->datagram); fsm->master_state = ec_fsm_master_broadcast; - EC_DBG("master_start)\n"); } /*****************************************************************************/ @@ -320,8 +319,6 @@ ec_master_t *master = fsm->master; ec_slave_t *slave; char old_state[EC_STATE_STRING_SIZE], new_state[EC_STATE_STRING_SIZE]; - - EC_DBG("process_states()\n"); // check if any slaves are not in the state, they're supposed to be list_for_each_entry(slave, &master->slaves, list) {