From aae859f4d3a676d7a379403eab16bcb1303c4bee Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 09 Aug 2006 19:09:24 +0000 Subject: Load google as homepage. Some cleanups. --- (limited to 'shell') 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): -- cgit v0.9.1