Skip to content

Commit

Permalink
Merge pull request #3696 from nirvn/processing_otb_silent
Browse files Browse the repository at this point in the history
[processing] remove console error message when optional otb provider not installed
  • Loading branch information
nyalldawson committed Oct 31, 2016
2 parents fa36639 + 8e66330 commit 88871c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/algs/otb/OTBAlgorithmProvider.py
Expand Up @@ -61,8 +61,6 @@ def _loadAlgorithms(self):

version = OTBUtils.getInstalledVersion(True)
if version is None:
ProcessingLog.addToLog(ProcessingLog.LOG_ERROR,
self.tr('Problem with OTB installation: OTB was not found or is not correctly installed'))
return

folder = OTBUtils.compatibleDescriptionPath(version)
Expand Down

0 comments on commit 88871c2

Please sign in to comment.