From 9f3c7b13ec1519db2324e7e43bfd7511546421a0 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 1 Jun 2013 12:05:40 +0200 Subject: [PATCH] travis.yml & Seeks: Remove debug output. --- .travis.yml | 1 - Seeks/plugin.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 514fb82..4fe666e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,3 @@ install: script: - echo $TRAVIS_PYTHON_VERSION - supybot-test test --plugins-dir=. --exclude=WebStats - - cat test-logs/messages.log diff --git a/Seeks/plugin.py b/Seeks/plugin.py index 77926d6..a31a41f 100644 --- a/Seeks/plugin.py +++ b/Seeks/plugin.py @@ -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')