remove debug messages

This commit is contained in:
Yannik Schmidt
2021-03-19 11:22:32 +01:00
committed by GitHub
parent 69ed98e64b
commit 66c5a2abe7

View File

@@ -234,9 +234,7 @@ def read_in_file(path, backend=None, outsideData=False, plotOutsideTemp=True,
return datapoints
def dbfread(path, datapoints, pt, ph, pd, qtTextBrowser):
print("lol")
dbfIterator = iter(DBF(path))
print("lol2")
while True:
record = None
try: