remove print statement

This commit is contained in:
Alexander Bruy 2015-05-20 13:03:05 +03:00
parent 3c281450de
commit 2dfea6a656

View File

@ -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)