Skip to content
Snippets Groups Projects
Commit cc7a4cb4 authored by Svetlana Tkachenko's avatar Svetlana Tkachenko
Browse files

wp plugin - rm debug output (minor)

parent 7f74306a
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,4 @@ class Wikipedia(object):
for item in result.childNodes:
for textNode in item.childNodes:
resultStr += textNode.data + " - "
self.server.doMessage(channel, user+": Hi.")
print resultStr.strip()
self.server.doMessage(channel, user+": "+resultStr.strip())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment