aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki/views.py')
-rw-r--r--bn_django/git_wiki/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bn_django/git_wiki/views.py b/bn_django/git_wiki/views.py
index 1cad5be..2bfc034 100644
--- a/bn_django/git_wiki/views.py
+++ b/bn_django/git_wiki/views.py
@@ -163,7 +163,6 @@ def figure(request, reqslug, blob=None, download=False):
r['Content-Disposition'] = 'filename=%s' % reqslug
f = i.getfile()
t = f.readlines()
- print "hello!"
r.write(i.contents)
return r