# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1265662214 -3600
#      Mon Feb 08 21:50:14 2010 +0100
# Node ID 4e7ee3b4a15b2d53d87424850c562f1da8412f8b
# Parent  65c3bb0b8e0cbc19406cc6ffbaa567768fce53c9
spurious print

diff --git a/views/secondary.py b/views/secondary.py
--- a/views/secondary.py
+++ b/views/secondary.py
@@ -149,7 +149,6 @@
 
     def call(self, **kwargs):
         self._cw.add_css('cubes.blog.css')
-        print 'yoooo'
         super(BlogEntrySameETypeListView, self).call(**kwargs)
         if 'year' in self._cw.form and 'month' in self._cw.form:
             self.render_next_previous(int(self._cw.form['year']), int(self._cw.form['month']))