Korektury: odstraněn zbytečný print

se kterým jsme si užili spoustu legrace
This commit is contained in:
Matěj Kocián 2016-01-09 19:14:45 +01:00
parent 80a38c26be
commit cb828e5bfd

View file

@ -31,7 +31,6 @@ class KorekturyView(generic.TemplateView):
scroll = q.get('scroll') scroll = q.get('scroll')
autor = q.get('au') autor = q.get('au')
print "autor:" + unicode(autor)
if not autor: if not autor:
autor = 'anonym' autor = 'anonym'
if not scroll: if not scroll: