Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network-service
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-06-28 06:13:57 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-06-28 06:13:57 (GMT)
commitfd32059d6721a132083462df868fe3dc78720708 (patch)
treec12029b04f55fa400b1b2c316b08bb40fcddf5fd /sugar-network-service
parent3dd3af00d862da75ffd602c40c0a39ad83fbf273 (diff)
Avoid using node.volume singleton and move author setting on commands processor level
Diffstat (limited to 'sugar-network-service')
-rwxr-xr-xsugar-network-service1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar-network-service b/sugar-network-service
index 2d66c34..420782c 100755
--- a/sugar-network-service
+++ b/sugar-network-service
@@ -100,7 +100,6 @@ class Application(application.Daemon):
coroutine.sleep(SUGAR_REGISTRATION_TIMEOUT)
volume = ad.SingleVolume(self._db_path, node.DOCUMENTS)
- node.volume.update(volume)
mounts = Mounts(volume)
servers = []
jobs = []