Browse Source

Korektury: odstraněn zbytečný print

se kterým jsme si užili spoustu legrace
remotes/origin/opraf
Matěj Kocián 9 years ago
parent
commit
cb828e5bfd
  1. 1
      korektury/views.py

1
korektury/views.py

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

Loading…
Cancel
Save