removed log statements from cptableview

This commit is contained in:
Klaas Pieter Annema
2010-01-27 11:05:31 +01:00
parent 913a18eaaf
commit def314b5ad
-2
View File
@@ -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;
}