remove print
This commit is contained in:
parent
4cee4b5504
commit
04816313f8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user