Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/session
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-12 19:34:06 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-12 19:34:06 (GMT)
commitd41c761e022ef9858c34edae9850611215665029 (patch)
tree4b8b077b05017968f72df87404debf306a36f922 /shell/session
parent2636bc63d0d4c2227455925b7df9ad81d8691acb (diff)
Simplify profile/nick name code. Use SUGAR_NICK_NAME env.
Diffstat (limited to 'shell/session')
-rw-r--r--shell/session/Session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/session/Session.py b/shell/session/Session.py
index 578fe72..de6b514 100644
--- a/shell/session/Session.py
+++ b/shell/session/Session.py
@@ -71,7 +71,7 @@ class Session:
process.start()
console = ConsoleWindow()
- sugar.logger.start('Shell', console)
+ #sugar.logger.start('Shell', console)
process = MatchboxProcess()
process.start()