refactor: Remove debugging statements

This commit is contained in:
TrisNol 2023-10-21 11:31:23 +02:00
parent 3b1f0425cf
commit 3ba8c0abea

View File

@ -203,8 +203,7 @@ class Bundesanzeiger:
data_frame = results[0]
result.append(data_frame)
# ruff: noqa: S112
except Exception as e:
print(e)
except Exception:
continue
return result