Index: query_exec.c =================================================================== --- query_exec.c (revision 35159) +++ query_exec.c (revision 35160) @@ -639,7 +639,6 @@ load_strings_null(); if (s1 == s2) PCB_QRY_RET_INT(res, 1); - printf("seq: '%s' == '%s'\n", s1, s2); if ((s1 == NULL) || (s2 == NULL)) PCB_QRY_RET_INT(res, 0); PCB_QRY_RET_INT(res, strcmp(s1, s2) == 0);