Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-08-04 03:58:24 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-08-04 03:58:24 (GMT)
commitc323fe410ba189d1e75129d7d1b2ded9cde78db4 (patch)
treee07f502ca82eb00e52deb7f3df8e1180958d0fd8 /sugar-network
parenta8fb61b807e4c46adec8d631f596632a3fa7b6e3 (diff)
Make toolkit.init_logging appropriate to call out of SN applications
Diffstat (limited to 'sugar-network')
-rwxr-xr-xsugar-network1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar-network b/sugar-network
index ac61fa7..b294e5b 100755
--- a/sugar-network
+++ b/sugar-network
@@ -88,7 +88,6 @@ class Application(application.Application):
application.Application.__init__(self, **kwargs)
application.rundir.value = join(client.local_root.value, 'run')
- toolkit.init_logging(application.debug.value)
if not exists(toolkit.cachedir.value):
os.makedirs(toolkit.cachedir.value)