AhmadMustafa commited on
Commit
2241eea
·
1 Parent(s): 91b2c86

remove: debug print

Browse files
Files changed (1) hide show
  1. crop_utils.py +1 -2
crop_utils.py CHANGED
@@ -444,10 +444,9 @@ def get_sprite_firebase(cid, rsid, uid):
444
  COLLAB_EDIT_LINK = "collab_sprite_link_handler"
445
 
446
  path = f"{account_id}/{COLLAB_EDIT_LINK}/{uid}/{cid}/{rsid}"
447
- print(path)
448
 
449
  data = db.child(path).get()
450
- print(config, data.val(), account_id)
451
  return data.val()
452
 
453
 
 
444
  COLLAB_EDIT_LINK = "collab_sprite_link_handler"
445
 
446
  path = f"{account_id}/{COLLAB_EDIT_LINK}/{uid}/{cid}/{rsid}"
 
447
 
448
  data = db.child(path).get()
449
+
450
  return data.val()
451
 
452