Skip to content

Commit 8792bdc

Browse files
committedMar 31, 2014
[processing] disable excesive info reporting from otb provider
1 parent 4619246 commit 8792bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/otb/OTBAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def defineCharacteristicsFromFile(self):
131131
self.name = dom_model.find('longname').text
132132
self.group = dom_model.find('group').text
133133

134-
ProcessingLog.addToLog(ProcessingLog.LOG_INFO, "Reading parameters for %s" % self.appkey)
134+
#ProcessingLog.addToLog(ProcessingLog.LOG_INFO, "Reading parameters for %s" % self.appkey)
135135

136136
rebu = None
137137
the_result = None

0 commit comments

Comments
 (0)
Please sign in to comment.