diff --git a/ChangeLog b/ChangeLog index 12e697e..3b48af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Wed Jun 30 05:40:00 2004 Richard Frith-Macdonald for initial case where we link the bundles before installing the library. * WebServer.m: Add casts to prevent compiler warning. + * Postgres.m: Commented out NSLog() left over from debugging. Tue Jun 29 18:10:00 2004 Richard Frith-Macdonald diff --git a/Postgres.m b/Postgres.m index 27d72ef..9319566 100644 --- a/Postgres.m +++ b/Postgres.m @@ -409,7 +409,7 @@ static unsigned int trim(char *str) char *p = PQgetvalue(result, i, j); int size = PQgetlength(result, i, j); -NSLog(@"%@ type:%d mod:%d size: %d\n", keys[j], types[j], modifiers[j], size); +//NSLog(@"%@ type:%d mod:%d size: %d\n", keys[j], types[j], modifiers[j], size); if (formats[j] == 0) // Text { switch (types[j])