[FIX] website_forum: remove print
authorRichard Mathot <rim@openerp.com>
Mon, 6 Oct 2014 06:55:37 +0000 (08:55 +0200)
committerRichard Mathot <rim@openerp.com>
Mon, 6 Oct 2014 06:55:37 +0000 (08:55 +0200)
addons/website_forum/controllers/main.py

index a4c1dd0..b7f4e0e 100644 (file)
@@ -99,8 +99,6 @@ class WebsiteForum(http.Controller):
         if not sorting:
             sorting = forum.default_order
 
-        print domain
-
         question_count = Post.search(cr, uid, domain, count=True, context=context)
         if tag:
             url = "/forum/%s/tag/%s/questions" % (slug(forum), slug(tag))