job submission: remove debugging line

This commit is contained in:
David Anderson 2016-08-15 11:47:56 -07:00
parent 85a426b9f1
commit 4f6347f2f5
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ function get_error($reply, $outer_tag) {
function boinc_estimate_batch($req) { function boinc_estimate_batch($req) {
list($reply, $errmsg) = do_batch_op($req, "estimate_batch"); list($reply, $errmsg) = do_batch_op($req, "estimate_batch");
if ($errmsg) return array(0, $errmsg); if ($errmsg) return array(0, $errmsg);
print_r($reply);
if ($x = get_error($reply, "estimate_batch")) { if ($x = get_error($reply, "estimate_batch")) {
return array(null, $x); return array(null, $x);
} }