mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 22:02:35 +02:00
refactor: Remove debugging statements
This commit is contained in:
parent
3b1f0425cf
commit
3ba8c0abea
@ -203,8 +203,7 @@ class Bundesanzeiger:
|
|||||||
data_frame = results[0]
|
data_frame = results[0]
|
||||||
result.append(data_frame)
|
result.append(data_frame)
|
||||||
# ruff: noqa: S112
|
# ruff: noqa: S112
|
||||||
except Exception as e:
|
except Exception:
|
||||||
print(e)
|
|
||||||
continue
|
continue
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user