aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindow.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPWindow.m')
-rw-r--r--Source/SPWindow.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPWindow.m b/Source/SPWindow.m
index 2f5cf56e..9353e80d 100644
--- a/Source/SPWindow.m
+++ b/Source/SPWindow.m
@@ -124,7 +124,6 @@
- (NSUndoManager *)undoManager
{
if ([[self windowController] respondsToSelector:@selector(selectedTableDocument)]) {
- NSLog(@"Test: %@", [[[[self windowController] selectedTableDocument] undoManager] description]);
return [[[self windowController] selectedTableDocument] undoManager];
}
return [super undoManager];