travis.yml & Seeks: Remove debug output.

master
Valentin Lorentz 2013-06-01 12:05:40 +02:00
parent b68d243387
commit 9f3c7b13ec
2 changed files with 0 additions and 2 deletions

View File

@ -11,4 +11,3 @@ install:
script:
- echo $TRAVIS_PYTHON_VERSION
- supybot-test test --plugins-dir=. --exclude=WebStats
- cat test-logs/messages.log

View File

@ -61,7 +61,6 @@ class Seeks(callbacks.Plugin):
raise
irc.error("Server's JSON is corrupted")
return
print repr(content)
snippets = content["snippets"]
if len(snippets) == 0:
irc.reply('No results')