master/slave.c
changeset 904 ba6f222aa06e
parent 879 9b395c5646ab
child 906 f95e3e33c0cf
--- a/master/slave.c	Fri Apr 25 12:16:56 2008 +0000
+++ b/master/slave.c	Fri Apr 25 12:18:46 2008 +0000
@@ -503,9 +503,6 @@
 
     count = data_size / 8;
 
-    if (slave->master->debug_level)
-        EC_DBG("Found Sync manager category with %u sync managers.\n", count);
-    
     if (count) {
         total_count = count + slave->sii.sync_count;
         memsize = sizeof(ec_sync_t) * total_count;
@@ -536,9 +533,6 @@
         slave->sii.sync_count = total_count;
     }
 
-    if (slave->master->debug_level)
-        EC_DBG("Total sync managers: %u.\n", slave->sii.sync_count);
-
     return 0;
 }