Revert "added printline"

This reverts commit 956fddff8a.
This commit is contained in:
Bryan Bishop 2013-01-10 19:09:36 -06:00
parent 46c2143eaa
commit f186b7d009
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def download(phenny, input, verbose=True):
# get the input
line = input.group()
print line
# was this an explicit command?
explicit = False
if line.startswith(phenny.nick):