Removed unwanted screen output.

This commit is contained in:
Ludger Küperkoch 2017-07-12 15:27:36 +02:00
parent 76a99005ec
commit 4b67481ffa

View File

@ -1072,9 +1072,6 @@ class MainWindow(QMainWindow):
#fbasename, exform = os.path.splitext(fname)
fbasename = fname
exform = ['.obs', '.xml', '.cnv']
print(fname)
print(fbasename)
print(exform)
#if not exform and selected_filter or not exform in OUTPUTFORMATS:
# exform = selected_filter.split('*')[1][:-1]
# return fname, exform