Skip to content
Snippets Groups Projects
Commit 604fe146 authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

cleanup

parent 90c7bbb3
No related merge requests found
......@@ -76,9 +76,7 @@ class TimeSeriesViewerPlugin:
def unload(self):
from timeseriesviewer.main import TimeSeriesViewer
#print('Unload plugin')
for action in self.toolbarActions:
print(action)
self.iface.removeToolBarIcon(action)
if isinstance(self.tsv, TimeSeriesViewer):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment