diff --git a/views/secondary.py b/views/secondary.py
index 65c3bb0b8e0cbc19406cc6ffbaa567768fce53c9_dmlld3Mvc2Vjb25kYXJ5LnB5..4e7ee3b4a15b2d53d87424850c562f1da8412f8b_dmlld3Mvc2Vjb25kYXJ5LnB5 100644
--- 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']))