diff --git a/wrenchboard/src/shared_tool/jobs.cc b/wrenchboard/src/shared_tool/jobs.cc index 5aa19903..238b08ed 100644 --- a/wrenchboard/src/shared_tool/jobs.cc +++ b/wrenchboard/src/shared_tool/jobs.cc @@ -509,9 +509,9 @@ long WrenchJobsInterestStats(CVars in, CVars &out) { char vname[30]; //out = in; try { - REQ_STRING(in, "uid", 1, 95, "(.*)"); //uid - REQ_STRING(in, "interest_uid", 1, 95, "(.*)"); //interest_uid - REQ_STRING(in, "client_uid", 1, 95, "(.*)"); //client_uid + // REQ_STRING(in, "uid", 1, 95, "(.*)"); //uid + // REQ_STRING(in, "interest_uid", 1, 95, "(.*)"); //interest_uid + // REQ_STRING(in, "client_uid", 1, 95, "(.*)"); //client_uid out["job_completed"] = "0";