Skip to content

Commit 8e66330

Browse files
committed
[processing] remove console error message when optional otb provider not installed
1 parent 07b25af commit 8e66330

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
@@ -61,8 +61,6 @@ def _loadAlgorithms(self):
6161

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

6866
folder = OTBUtils.compatibleDescriptionPath(version)

0 commit comments

Comments
 (0)