diff --git a/python/plugins/processing/algs/otb/OTBAlgorithm.py b/python/plugins/processing/algs/otb/OTBAlgorithm.py index 43ed54ed97c2..342107fb3973 100644 --- a/python/plugins/processing/algs/otb/OTBAlgorithm.py +++ b/python/plugins/processing/algs/otb/OTBAlgorithm.py @@ -340,9 +340,9 @@ def processAlgorithm(self, progress): if not found: ProcessingLog.addToLog(ProcessingLog.LOG_INFO, "Adapter for %s not found" % the_key) - frames = inspect.getouterframes(inspect.currentframe())[1:] - for a_frame in frames: - frame,filename,line_number,function_name,lines,index = a_frame - ProcessingLog.addToLog(ProcessingLog.LOG_INFO, "%s %s %s %s %s %s" % (frame,filename,line_number,function_name,lines,index)) + #frames = inspect.getouterframes(inspect.currentframe())[1:] + #for a_frame in frames: + # frame,filename,line_number,function_name,lines,index = a_frame + # ProcessingLog.addToLog(ProcessingLog.LOG_INFO, "%s %s %s %s %s %s" % (frame,filename,line_number,function_name,lines,index)) OTBUtils.executeOtb(commands, progress)