Removing some debug stuff
authorEd Page <eopage@byu.net>
Sat, 6 Feb 2010 23:31:48 +0000 (17:31 -0600)
committerEd Page <eopage@byu.net>
Sat, 6 Feb 2010 23:31:48 +0000 (17:31 -0600)
hand_tests/dbus_signals.py

index 575a6dd..d80ba2f 100755 (executable)
@@ -57,8 +57,6 @@ class AutoAcceptCall(object):
 
        def is_inbound(self):
                isInbound = self._targetHandle == self._initiatorHandle
-               print "is_inbound", self._targetHandle, self._initiatorHandle
-               print "is_inbound", self._targetID, self._initiatorID
                return isInbound
 
        @property