changeset 9:4dd12cf64c0e

remove debugging code and state what should be done
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 04 May 2010 08:49:39 -0700
parents 44950f376e98
children a963acb1713d
files smartopen/smartopen.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/smartopen/smartopen.py	Thu Apr 08 14:37:48 2010 -0700
+++ b/smartopen/smartopen.py	Tue May 04 08:49:39 2010 -0700
@@ -25,7 +25,7 @@
         try:
             handler = i.load()
         except:
-            pass
+            continue # TODO: warn/debug with --verbose flag
         _handlers[i.name] = handler
         if not names:
             _names.append(i.name)