From def314b5ad91df4e9fb3374430b9bbbbba61fcf9 Mon Sep 17 00:00:00 2001 From: Klaas Pieter Annema Date: Wed, 27 Jan 2010 11:05:31 +0100 Subject: [PATCH] removed log statements from cptableview --- AppKit/CPTableView.j | 2 -- 1 file changed, 2 deletions(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 28872aaf5..72726402b 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -1554,7 +1554,6 @@ window.setTimeout(function(){ - (id)_objectValueForTableColumn:(CPTableColumn)aTableColumn row:(CPInteger)aRowIndex { - CPLog.debug(@"_objectValueForTableColumn:%@ row: %@", aTableColumn, aRowIndex); var tableColumnUID = [aTableColumn UID], tableColumnObjectValues = _objectValues[tableColumnUID]; @@ -1572,7 +1571,6 @@ window.setTimeout(function(){ tableColumnObjectValues[aRowIndex] = objectValue; } - CPLog.debug(@"return %@", objectValue); return objectValue; }