Skip to content
Snippets Groups Projects
Commit ed2d1abd authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug output.

parent ce051e80
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,6 @@ def corpora(corpus): ...@@ -24,8 +24,6 @@ def corpora(corpus):
@login_required @login_required
def dashboard(): def dashboard():
create_corpus_form = CreateCorpusForm() create_corpus_form = CreateCorpusForm()
print(current_user.corpora.all())
print(current_user.jobs.all())
if create_corpus_form.validate_on_submit(): if create_corpus_form.validate_on_submit():
app = current_app._get_current_object() app = current_app._get_current_object()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment