remove print

This commit is contained in:
chrys 2017-02-24 19:18:56 +01:00
parent 4cee4b5504
commit 04816313f8

View File

@ -63,7 +63,7 @@ class commandManager():
if not os.access(commandFolder, os.R_OK):
self.env['runtime']['debug'].writeDebugOut("commandFolder not readable:" + commandFolder ,debug.debugLevel.ERROR)
return
print(commandFolder)
commandList = glob.glob(commandFolder+'*')
for command in commandList:
try: