From a980040e8546060e71166c363d2247407af12179 Mon Sep 17 00:00:00 2001 From: drx777 Date: Thu, 29 Apr 2010 15:54:44 +0000 Subject: removing debug output (NSLog calls) --- Source/SPTableCopy.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source') diff --git a/Source/SPTableCopy.m b/Source/SPTableCopy.m index 1e0a4d63..f9bb159a 100644 --- a/Source/SPTableCopy.m +++ b/Source/SPTableCopy.m @@ -42,7 +42,6 @@ [sourceDB backtickQuotedString], [tableName backtickQuotedString] ]; - NSLog(showCreateTableStatment); MCPResult *theResult = [connection queryString:showCreateTableStatment]; if ([connection queryErrored]) { @@ -66,7 +65,6 @@ // adding the target DB name and the separator dot after "CREATE TABLE ". [createTableStatement insertString:@"." atIndex:13]; [createTableStatement insertString:[targetDB backtickQuotedString] atIndex:13]; - NSLog(@"%@", createTableStatement); /* // this only works with MySQL >= 4.1 NSString *copyStatement = [NSString stringWithFormat:@"CREATE TABLE %@.%@ LIKE %@.%@", -- cgit v1.2.3