diff --git a/includes/polling/cisco-mac-accounting.inc.php b/includes/polling/cisco-mac-accounting.inc.php index ca093c5e48..a298250ea1 100755 --- a/includes/polling/cisco-mac-accounting.inc.php +++ b/includes/polling/cisco-mac-accounting.inc.php @@ -85,7 +85,6 @@ foreach ($acc_rows as $acc) if ($acc['update']) { /// Do Updates - print_r($acc['update']); dbUpdate($acc['update'], 'mac_accounting', '`ma_id` = ?', array($acc['ma_id'])); } /// End Updates }