summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2013-07-25 15:36:27 +0200
committerJonny Lamb <jonny.lamb@collabora.co.uk>2013-07-25 15:36:27 +0200
commitcf4d21b2754168b111bfc8a659abdb31e56099be (patch)
tree09bd65814abcc936cb5cf97da029e71dbe5b7010
parente082220c260414ef2fd9646b2070587f8f09cb80 (diff)
phoenix-test: remove useless error line
It's the same as the line above.
-rwxr-xr-xsrc/phoenix-test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/phoenix-test.py b/src/phoenix-test.py
index f04c691..c8d072d 100755
--- a/src/phoenix-test.py
+++ b/src/phoenix-test.py
@@ -153,7 +153,6 @@ class TestConnection:
self.channel = channel = req.create_and_observe_channel_finish (r)
except Exception, e:
print e
- print e.message
self.t.done(False)
if isinstance(self.channel, Tp.CallChannel):