Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-08-04 08:35:59 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-08-04 08:35:59 (GMT)
commite55339038db9cdd44886044182e1ada67399989c (patch)
treef91ec2d87b1593f27d8f7840a65b73d95fa88f2c /src
parent456c84b22bfa4c96ced916978c12853f4ff829a1 (diff)
parentc3ef4356f1d9178c185f6ca33a2767a985e754a1 (diff)
Merge branch 'master' of git://git.sugarlabs.org/sugar/updater into updater
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/model/bundleregistry.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jarabe/model/bundleregistry.py b/src/jarabe/model/bundleregistry.py
index eae33b3..04e33a7 100644
--- a/src/jarabe/model/bundleregistry.py
+++ b/src/jarabe/model/bundleregistry.py
@@ -210,8 +210,6 @@ class BundleRegistry(gobject.GObject):
logging.debug('STARTUP: Adding bundle %r' % bundle_path)
try:
bundle = ActivityBundle(bundle_path)
- logging.error(bundle_path)
- logging.error(bundle)
if install_mime_type:
bundle.install_mime_type(bundle_path)
except MalformedBundleException: