Index: trunk/core/units/general/helpers/count_helper.php =================================================================== diff -u -N -r8067 -r8068 --- trunk/core/units/general/helpers/count_helper.php (.../count_helper.php) (revision 8067) +++ trunk/core/units/general/helpers/count_helper.php (.../count_helper.php) (revision 8068) @@ -78,8 +78,6 @@ */ function resetCounters($tables) { - echo 'resetting counters ['.$tables.']
'; - $tables = explode(',', $tables); $prefix_length = strlen(TABLE_PREFIX); foreach ($tables as $index => $table) {