From 65bf06a6e9712c87802bf8c319442a8b4cb00e6f Mon Sep 17 00:00:00 2001 From: kotfu Date: Sun, 22 Apr 2018 21:55:33 -0600 Subject: Updates to comments and todo list --- cmd2/parsing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd2/parsing.py') diff --git a/cmd2/parsing.py b/cmd2/parsing.py index 79d57a32..5bb8d654 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -47,9 +47,7 @@ class CommandParser(): self.multilineCommands = multilineCommands def parseString(self, rawinput): - #result = Statement(rawinput) - - # strip C-style and C++-style comments + # strip C-style comments # shlex will handle the python/shell style comments for us def replacer(match): s = match.group(0) -- cgit v1.2.1