liquid_feedback_core

changeset 335:ab370f3b9892

Removed debug code in lf_update.c
author jbe
date Tue Feb 19 14:44:54 2013 +0100 (2013-02-19)
parents a2ab4fb1d0c7
children a7537038640d
files lf_update.c
line diff
     1.1 --- a/lf_update.c	Tue Feb 19 14:40:38 2013 +0100
     1.2 +++ b/lf_update.c	Tue Feb 19 14:44:54 2013 +0100
     1.3 @@ -120,7 +120,6 @@
     1.4        escaped_issue_id = PQescapeLiteral(db, issue_id, strlen(issue_id));
     1.5        old_res2 = NULL;
     1.6        for (j=0; ; j++) {
     1.7 -        fprintf(stderr, "%i\n", j); // DEBUG
     1.8          if (j >= 20) {  // safety to avoid endless loops
     1.9            fprintf(stderr, "Function \"check_issue\"(...) returned non-null value too often.\n");
    1.10            err = 1;

Impressum / About Us