From 86d68eff1c42dfa4823ad836ff169714a051f833 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 11 Feb 2014 14:58:08 +0100 Subject: [PATCH] [FIX] Removed debugging --- scripts/validate_payouts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/validate_payouts.php b/scripts/validate_payouts.php index e3b7d96b..adbc7ce5 100755 --- a/scripts/validate_payouts.php +++ b/scripts/validate_payouts.php @@ -57,7 +57,6 @@ $notfound=0; $mask = "| %-15.15s | %-34.34s | %20.20s | %10.10s | %-64.64s |" . PHP_EOL; printf($mask, 'Username', 'Address', 'Amount', 'Status', 'TXID'); -var_dump($aListTransactions); // Loop through our DB records foreach ($aAllDebitTxs as $aDebitTx) { $bFound = false;