Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-09 19:09:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-09 19:09:24 (GMT)
commitaae859f4d3a676d7a379403eab16bcb1303c4bee (patch)
tree1b3674f9d810bccb3fab6ad584088e7ada85ca84 /shell
parent0dcaf314f7933a6852bd45ea1d6705bfb5659443 (diff)
Load google as homepage. Some cleanups.
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):