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):
|
if not os.access(commandFolder, os.R_OK):
|
||||||
self.env['runtime']['debug'].writeDebugOut("commandFolder not readable:" + commandFolder ,debug.debugLevel.ERROR)
|
self.env['runtime']['debug'].writeDebugOut("commandFolder not readable:" + commandFolder ,debug.debugLevel.ERROR)
|
||||||
return
|
return
|
||||||
print(commandFolder)
|
|
||||||
commandList = glob.glob(commandFolder+'*')
|
commandList = glob.glob(commandFolder+'*')
|
||||||
for command in commandList:
|
for command in commandList:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user