Skip to content
Snippets Groups Projects
Commit a1c8b3f4 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

refactoring

parent 96147639
No related branches found
No related tags found
No related merge requests found
......@@ -425,12 +425,6 @@ class TimeSeriesViewer:
if isinstance(iface, QgisInterface):
self.mQgisBridge.connect(self)
print('TINFO:')
from PyQt4.QtCore import QThread
print(QThread.currentThreadId())
print(QgisTsvBridge.instance())
print(self.mQgisBridge)
print('TSV init done')
def loadImageFiles(self, files):
assert isinstance(files, list)
......
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