Skip to content

Commit 63d6924

Browse files
author
Till Brehm
committed
Removed debug code.
1 parent 5a35aa4 commit 63d6924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/web/client/client_edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ function onShowEnd() {
207207
//* save new counter value
208208
$customer_no_counter = $app->functions->intval($reseller['customer_no_counter']+1);
209209
$app->db->query("UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']));
210-
echo "UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']);
211210
}
212211
}
213212
}

0 commit comments

Comments
 (0)