Sfoglia il codice sorgente

Remove a debug print

master
The Dod 2 mesi fa
parent
commit
da716bb00c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      app.py

+ 0
- 1
app.py Vedi File

@@ -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…
Annulla
Salva