summaryrefslogtreecommitdiffstats
path: root/modules/search.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2009-01-19 16:47:05 +0000
committerSean B. Palmer <http://inamidst.com/sbp/>2009-01-19 16:47:05 +0000
commit2299ef258897a32bfb883e47bcdc5dc212d46758 (patch)
treebe499071e41b7c4c6f1f8ad5cee566db8c2bf8f1 /modules/search.py
parentf9aff27534df2efe64d50c01864925f6fe4cd746 (diff)
downloadbot-2299ef258897a32bfb883e47bcdc5dc212d46758.tar.gz
bot-2299ef258897a32bfb883e47bcdc5dc212d46758.tar.bz2
bot-2299ef258897a32bfb883e47bcdc5dc212d46758.zip
Small edits.
Diffstat (limited to 'modules/search.py')
-rwxr-xr-xmodules/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/search.py b/modules/search.py
index 37c7b86..6aa6b2b 100755
--- a/modules/search.py
+++ b/modules/search.py
@@ -19,7 +19,6 @@ def json(text):
if r_json.match(r_string.sub('', text)):
text = r_string.sub(lambda m: 'u' + m.group(1), text)
return eval(text.strip(' \t\r\n'), env, {})
- print text
raise ValueError('Input must be serialised JSON.')
def search(query):