Skip to content

Commit

Permalink
Remove redundant progress text
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonalai authored and nyalldawson committed Sep 20, 2021
1 parent 60b74ef commit b61fe27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/AlgorithmDialog.py
Expand Up @@ -156,7 +156,6 @@ def runAlgorithm(self):
if self.algorithm().provider().warningMessage():
self.feedback.reportError(self.algorithm().provider().warningMessage())

self.setProgressText(QCoreApplication.translate('AlgorithmDialog', 'Processing algorithm…'))
self.feedback.pushInfo(
QCoreApplication.translate('AlgorithmDialog', 'Algorithm started at: {}').format(
datetime.datetime.now().replace(microsecond=0).isoformat()
Expand Down

0 comments on commit b61fe27

Please sign in to comment.