diff --git a/web/running_stage3.php b/web/running_stage3.php index 82f38260c6a..26889d834dd 100644 --- a/web/running_stage3.php +++ b/web/running_stage3.php @@ -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; }