Removed debug print & text formating

Changes:
- removed debug prints
- changed some text formating
This commit is contained in:
Neocky
2021-03-21 16:37:25 +01:00
parent e1efcc4fc7
commit e66985054c
3 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,6 @@ def handleInput(inputCommand, inputSelectedObject, inputParams):
if inputCommand == 'exit':
sys.exit()
if inputCommand == 'help':
print(inputParams)
if inputSelectedObject == 'command' or inputSelectedObject == 'commands':
getCommandHelp(inputParams)
else: