Skip to content

Commit

Permalink
[nlp] remove print statement onload
Browse files Browse the repository at this point in the history
  • Loading branch information
smlbiobot committed Dec 28, 2017
1 parent caeeab7 commit 6c4e524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nlp/nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class NLP:
def __init__(self, bot):
self.bot = bot
self.settings = dataIO.load_json(JSON)
print(self.settings)

@commands.command(pass_context=True)
async def translate(self, ctx: Context, to_lang: str, *, text: str):
Expand Down

0 comments on commit 6c4e524

Please sign in to comment.