Skip to content

Commit 2dfea6a

Browse files
committed
remove print statement
1 parent 3c28145 commit 2dfea6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
class QGISAlgorithmProvider(AlgorithmProvider):
137137

138138
_icon = QIcon(os.path.join(pluginPath, 'images', 'qgis.png'))
139-
print '***** ICON', pluginPath
140139

141140
def __init__(self):
142141
AlgorithmProvider.__init__(self)

0 commit comments

Comments
 (0)