Skip to content

Commit

Permalink
[processing] disable excesive info reporting from otb provider
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Mar 31, 2014
1 parent 4619246 commit 8792bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/otb/OTBAlgorithm.py
Expand Up @@ -131,7 +131,7 @@ def defineCharacteristicsFromFile(self):
self.name = dom_model.find('longname').text
self.group = dom_model.find('group').text

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

rebu = None
the_result = None
Expand Down

0 comments on commit 8792bdc

Please sign in to comment.