Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-08-09 19:50:03 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-08-09 19:50:03 (GMT)
commitc095192d08afd61d3b8686c359106fd074c2e12a (patch)
treecfc9e0e35c0d76c93103eaef3dba2d9e9990a762 /shell
parenta3b81d5f0cb9eccb88ce08936db24564a7ee2e88 (diff)
parentf5587ac7995feb4af14f23dd0f2dd389787758a6 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
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):