mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Remove debug code
This commit is contained in:
parent
dd09617fd1
commit
02dede52bd
1 changed files with 0 additions and 1 deletions
|
@ -411,7 +411,6 @@ class ArgParse(object):
|
|||
if (len(self.args) == 2 and self.args[0] in options and
|
||||
self.args[1].startswith(command[1])):
|
||||
editor = self.args[1][len(command[1]):]
|
||||
print editor
|
||||
Config().edit(editor)
|
||||
elif (len(self.args) == 2 and self.args[0] in options and
|
||||
self.args[1] == (command[0])):
|
||||
|
|
Loading…
Reference in a new issue