mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Remove debug output.
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user