diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-08 09:44:25 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-08 09:44:25 +0000 |
commit | 66f9f09721647b635e4095c865653b8008c9552e (patch) | |
tree | 549d2984e239533df909225c7c454bee1cc3319b /Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch | |
parent | 3164c029b4c87cf65a8a7f21a85e95b960806b59 (diff) | |
download | sequelpro-66f9f09721647b635e4095c865653b8008c9552e.tar.gz sequelpro-66f9f09721647b635e4095c865653b8008c9552e.tar.bz2 sequelpro-66f9f09721647b635e4095c865653b8008c9552e.zip |
Revert logging changes.
Diffstat (limited to 'Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch')
-rw-r--r-- | Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch b/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch index 04232f8a..093e3126 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch +++ b/Frameworks/PostgresKit/Source/PostgresKit-Prefix.pch @@ -34,6 +34,4 @@ // Global types #import "FLXPostgresTypes.h" - - #define _log(x) NSLog(@"PostgresKit: Warning: %@", x); #endif |