From e6497aafda5ecb92e1fe18f5e23999c2babec296 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 16 Sep 2010 01:00:12 +0000 Subject: - Consolidate structure and content row editing cancellation code into a single function in each class - Tweak NSTableView subclasses to catch presses of the Escape key and ask the class to abort row editing. This makes Esc key behaviour much more consistent, and allows cancelling/reverting edits made via the mouse (eg checkboxes, dropdowns, enums), or after the cell editing has finished but the row is still selected. - Remove debug - Update localisable strings --- Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Frameworks') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m index 362c3dc6..c9ab0b12 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m @@ -416,7 +416,6 @@ static BOOL sTruncateLongFieldInLogs = YES; // Apply SSL if appropriate if (useSSL) { - NSLog(@"sdfsdfsfds SET"); mysql_ssl_set(mConnection, sslKeyFilePath ? [sslKeyFilePath UTF8String] : NULL, sslCertificatePath ? [sslCertificatePath UTF8String] : NULL, -- cgit v1.2.3