From ed2d1abd8c899ed644c120ab964f248255beb6e7 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch <p.jentsch@uni-bielefeld.de> Date: Wed, 7 Aug 2019 10:06:28 +0200 Subject: [PATCH] Remove debug output. --- app/main/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main/views.py b/app/main/views.py index ac0b7b69..f9328369 100644 --- a/app/main/views.py +++ b/app/main/views.py @@ -24,8 +24,6 @@ def corpora(corpus): @login_required def dashboard(): create_corpus_form = CreateCorpusForm() - print(current_user.corpora.all()) - print(current_user.jobs.all()) if create_corpus_form.validate_on_submit(): app = current_app._get_current_object() -- GitLab