projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ace04
)
Remove accidental debugging statement
author
Magnus Hagander
<magnus@hagander.net>
Mon, 14 Jul 2014 16:32:38 +0000
(18:32 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 14 Jul 2014 16:32:38 +0000
(18:32 +0200)
pgcommitfest/commitfest/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/views.py
b/pgcommitfest/commitfest/views.py
index 9abf91e3f1942080f04be421cc5cd187569e8899..a7217a0645ada1ff6762176bf5effb4dbfef86bc 100644
(file)
--- a/
pgcommitfest/commitfest/views.py
+++ b/
pgcommitfest/commitfest/views.py
@@
-114,7
+114,6
@@
def global_search(request):
patches = Patch.objects.select_related().filter(name__icontains=searchterm).order_by('created',)
- print patches
return render_to_response('patchsearch.html', {
'patches': patches,
'title': 'Patch search results',