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