mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
remove print statement
This commit is contained in:
parent
3c281450de
commit
2dfea6a656
@ -136,7 +136,6 @@ pluginPath = os.path.normpath(os.path.join(
|
||||
class QGISAlgorithmProvider(AlgorithmProvider):
|
||||
|
||||
_icon = QIcon(os.path.join(pluginPath, 'images', 'qgis.png'))
|
||||
print '***** ICON', pluginPath
|
||||
|
||||
def __init__(self):
|
||||
AlgorithmProvider.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user