Skip to content

Commit 3cfb1c3

Browse files
committed
remove print
1 parent df0a6b4 commit 3cfb1c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mapswipe_workers/mapswipe_workers/firebase_to_postgres/update_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def update_user_data(user_ids=None):
3232
# No users in the Postgres database yet.
3333
# Get all users from Firebase.
3434
users = fb_ref.get()
35-
print(users)
3635
else:
3736
# Get only new users from Firebase.
3837
last_updated = last_updated.strftime('%Y-%m-%dT%H:%M:%S.%fZ')

0 commit comments

Comments
 (0)