Debugging output removed
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 5 Sep 2012 08:00:32 +0000 (08:00 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 5 Sep 2012 08:00:32 +0000 (08:00 +0000)
org.glite.lb.client/src/notify.c

index 74352db..0a6cfd7 100644 (file)
@@ -279,7 +279,6 @@ int main(int argc,char **argv)
                                                goto cleanup;
                                        }
                                        else {
-                                               fprintf(stderr, "Adding condition for %s, typecode %d\n", type, typecode);
                                                conditions[i][statno].attr = EDG_WLL_QUERY_ATTR_JOB_TYPE;
                                                conditions[i][statno].op = EDG_WLL_QUERY_OP_EQUAL;
                                                conditions[i][statno].value.i = typecode;