[Oi-commits] r1126 - trunk/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed Mar 12 15:43:20 EET 2008
Author: jnmbk
Date: Wed Mar 12 15:43:20 2008
New Revision: 1126
Modified:
trunk/forum/views.py
Log:
removed printf debugging
Modified: trunk/forum/views.py
=================================================================
--- trunk/forum/views.py (original)
+++ trunk/forum/views.py Wed Mar 12 15:43:20 2008
@@ -44,7 +44,6 @@
if topic.topic_latest_post.edited > request.session['last_visit'] or\
"read_topic_%s" % topic.id in request.session:
readTopics += 1
- print counter, readTopics
if counter == readTopics:
forum.is_read = True
else:
More information about the Oi-commits
mailing list