From a3e1cc6df45c519d04d0032d18e2dfb31fb75e09 Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Sat, 13 Sep 2014 23:16:22 +0200 Subject: [PATCH] Removed Old Code --- MathPad/MPExpressionView.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/MathPad/MPExpressionView.m b/MathPad/MPExpressionView.m index f5fe640..747b241 100644 --- a/MathPad/MPExpressionView.m +++ b/MathPad/MPExpressionView.m @@ -474,8 +474,6 @@ selectWords:NO]; } self.selection = [self rangePathEnclosingAnchorPath:maxLocation newSelectionPath:location]; - NSLog(@"%@", self.selection); -// self.selection = MPMakeRangePath(location, maxLocation.lastIndex-location.lastIndex); } - (void)moveRightAndModifySelection:(id)sender