Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/tcf/services/remote/RunControlProxy.py')
-rw-r--r--python/src/tcf/services/remote/RunControlProxy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/src/tcf/services/remote/RunControlProxy.py b/python/src/tcf/services/remote/RunControlProxy.py
index 6b1103542..e9b53226e 100644
--- a/python/src/tcf/services/remote/RunControlProxy.py
+++ b/python/src/tcf/services/remote/RunControlProxy.py
@@ -67,9 +67,6 @@ class RunContext(runcontrol.RunControlContext):
done.doneCommand(self.token, error)
return RCCommand(cmd, args).token
- def __str__(self):
- return "[Run Control Context %s]" % str(self._props)
-
class ChannelEventListener(channel.EventListener):
def __init__(self, service, listener):

Back to the top