Explorar el Código

Remove a debug print

master
The Dod hace 2 meses
padre
commit
da716bb00c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      app.py

+ 0
- 1
app.py Ver fichero

@@ -77,7 +77,6 @@ def get_all_embeds():
77 77
     embeds = json.load(open("static/media/video-embed.json"))
78 78
     embeds = [preprocess_embed(e) for e in embeds]
79 79
     embeds = [e for e in embeds if e]
80
-    print(json.dumps(embeds, indent=4))
81 80
     return embeds
82 81
 
83 82
 def deref_schema(val):

Loading…
Cancelar
Guardar