diff gpp/forums/unread.py @ 228:d77e0dc772ad

Implement #88; add option to create a new forum thread from a new calendar entry.
author Brian Neal <bgneal@gmail.com>
date Sun, 11 Jul 2010 21:03:41 +0000
parents e6d4dfdfbc64
children 7e19180b128d
line wrap: on
line diff
--- a/gpp/forums/unread.py	Tue Jul 06 03:02:20 2010 +0000
+++ b/gpp/forums/unread.py	Sun Jul 11 21:03:41 2010 +0000
@@ -193,7 +193,6 @@
 
 def get_unread_topics(user):
     """Returns a list of topics the user hasn't read yet."""
-    #import pdb; pdb.set_trace()
 
     # This is only available to authenticated users
     if not user.is_authenticated():