Remove accidental debugging statement
authorMagnus Hagander <magnus@hagander.net>
Mon, 14 Jul 2014 16:32:38 +0000 (18:32 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 14 Jul 2014 16:32:38 +0000 (18:32 +0200)
pgcommitfest/commitfest/views.py

index 9abf91e3f1942080f04be421cc5cd187569e8899..a7217a0645ada1ff6762176bf5effb4dbfef86bc 100644 (file)
@@ -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',