Removing @todo/@bugs because we are now on bugs.maemo.org
[theonering] / src / connection_manager.py
index 90252b6..dae1f40 100644 (file)
@@ -13,7 +13,6 @@ _moduleLogger = logging.getLogger("connection_manager")
 
 
 class TheOneRingConnectionManager(tp.ConnectionManager):
-       # @bug Crashing Maemo 4.1's RTComm on occasion
 
        def __init__(self, shutdown_func=None):
                tp.ConnectionManager.__init__(self, constants._telepathy_implementation_name_)