summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2009-06-27 16:05:46 +0200
committerRune Halvorsen <runefh@gmail.com>2009-06-27 16:05:46 +0200
commitc90f22adb388a8bbe3cd0c0e49a2f65ac3173462 (patch)
tree16964539c54275fe77a162461a38a091fa27469d
parenta01ba6fa602b8c6882ee9a91befe83c39d16ee26 (diff)
downloadanyjson-c90f22adb388a8bbe3cd0c0e49a2f65ac3173462.tar.gz
Removed a left-behind print statement
-rw-r--r--anyjson.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/anyjson.py b/anyjson.py
index 5d99320..46f79af 100644
--- a/anyjson.py
+++ b/anyjson.py
@@ -81,7 +81,6 @@ def _attempt_load(modname, encname, encerror, decname, decerror):
def force_implementation(modname):
"""Forces anyjson to use a specific json module if it's available"""
for name, spec in [(e[0], e) for e in _modules]:
- print "spce:", spec
if name == modname and _attempt_load(*spec):
return