mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove debug output.
This commit is contained in:
parent
ce051e8024
commit
ed2d1abd8c
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user