mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-15 16:11:42 +00:00
Comment out log line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@19657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e292c3a0c
commit
02a11d9ce9
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ Wed Jun 30 05:40:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
for initial case where we link the bundles before installing
|
for initial case where we link the bundles before installing
|
||||||
the library.
|
the library.
|
||||||
* WebServer.m: Add casts to prevent compiler warning.
|
* 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 <rfm@gnu.org>
|
Tue Jun 29 18:10:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -409,7 +409,7 @@ static unsigned int trim(char *str)
|
||||||
char *p = PQgetvalue(result, i, j);
|
char *p = PQgetvalue(result, i, j);
|
||||||
int size = PQgetlength(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
|
if (formats[j] == 0) // Text
|
||||||
{
|
{
|
||||||
switch (types[j])
|
switch (types[j])
|
||||||
|
|
Loading…
Reference in a new issue