Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/Session.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Session.py b/shell/Session.py
index c33e5c9..08d8d64 100644
--- a/shell/Session.py
+++ b/shell/Session.py
@@ -15,7 +15,6 @@ class DbusProcess(Process):
def __init__(self):
config = sugar.env.get_dbus_config()
cmd = "dbus-daemon --print-address --config-file %s" % config
- print cmd
Process.__init__(self, cmd)
def get_name(self):