# HG changeset patch # User Florian Pose # Date 1150884510 0 # Node ID fddcb6d7869d2d6594ffe961c218649b94fcd069 # Parent b9fef58af86e718d666e1c1143a309b79900b5db Removed debugging output. diff -r b9fef58af86e -r fddcb6d7869d master/master.c --- a/master/master.c Wed Jun 21 09:11:39 2006 +0000 +++ b/master/master.c Wed Jun 21 10:08:30 2006 +0000 @@ -1144,7 +1144,6 @@ 0x0800 + j * EC_SYNC_SIZE, EC_SYNC_SIZE)) return -1; ec_sync_config(sync, slave, command->data); - EC_INFO("configuring sync.\n"); if (unlikely(ec_master_simple_io(master, command))) { EC_ERR("Setting sync manager %i failed on slave %i!\n", j, slave->ring_position); @@ -1223,7 +1222,6 @@ 0x0600 + j * EC_FMMU_SIZE, EC_FMMU_SIZE)) return -1; ec_fmmu_config(fmmu, slave, command->data); - EC_INFO("configuring fmmu.\n"); if (unlikely(ec_master_simple_io(master, command))) { EC_ERR("Setting FMMU %i failed on slave %i!\n", j, slave->ring_position);