Skip to content

Commit

Permalink
[processing] remove console error message when optional otb provider …
Browse files Browse the repository at this point in the history
…not installed

(cherry picked from commit 8e66330)
  • Loading branch information
nirvn authored and alexbruy committed May 24, 2017
1 parent 0cef6fd commit 2ea211d
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 @@ -60,8 +60,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 2ea211d

Please sign in to comment.