mirror of https://github.com/BOINC/boinc.git
job submission: remove debugging line
This commit is contained in:
parent
85a426b9f1
commit
4f6347f2f5
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue