aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NoodleLineNumberView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/NoodleLineNumberView.m')
-rw-r--r--Source/NoodleLineNumberView.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/NoodleLineNumberView.m b/Source/NoodleLineNumberView.m
index 1c5e8281..018e3e0d 100644
--- a/Source/NoodleLineNumberView.m
+++ b/Source/NoodleLineNumberView.m
@@ -244,10 +244,7 @@
// for performance reasons.
// TODO improve performance maybe via threading
if(stringLength>6000000)
- {
- NSLog(@"Line Numbering switched off. Text length larger than 6MB.");
return;
- }
[lineIndices release];
lineIndices = [[NSMutableArray alloc] init];