mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
remove debug messages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user