Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Nov 30, 2012
1 parent 4fea6b2 commit 9062293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/running_stage3.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ function checkStatus($token) {
global $status;
foreach ($status as $line) {
$data = explode("\t", $line);
print ($data);
if ((count($data) >= 4) && ($data[3] == 'ERROR')) {
return 2;
}
Expand Down

0 comments on commit 9062293

Please sign in to comment.