Skip to content

Commit 2ea211d

Browse files
nirvnalexbruy
authored andcommittedMay 24, 2017
[processing] remove console error message when optional otb provider not installed
(cherry picked from commit 8e66330)
1 parent 0cef6fd commit 2ea211d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎python/plugins/processing/algs/otb/OTBAlgorithmProvider.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ def _loadAlgorithms(self):
6060

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

6765
folder = OTBUtils.compatibleDescriptionPath(version)

0 commit comments

Comments
 (0)
Please sign in to comment.