Skip to content

Commit 8054a46

Browse files
committed
Delete the prints
1 parent c0b4f84 commit 8054a46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/app/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ def get_app_models() -> list[type]:
2424
if obj:
2525
objs.append(obj)
2626

27-
print(apps)
28-
print(objs)
29-
3027
return objs
3128

3229

0 commit comments

Comments
 (0)