Skip to content
Snippets Groups Projects
Commit 4e7ee3b4a15b authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

spurious print

parent 65c3bb0b8e0c
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,6 @@ ...@@ -149,7 +149,6 @@
def call(self, **kwargs): def call(self, **kwargs):
self._cw.add_css('cubes.blog.css') self._cw.add_css('cubes.blog.css')
print 'yoooo'
super(BlogEntrySameETypeListView, self).call(**kwargs) super(BlogEntrySameETypeListView, self).call(**kwargs)
if 'year' in self._cw.form and 'month' in self._cw.form: 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'])) self.render_next_previous(int(self._cw.form['year']), int(self._cw.form['month']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment