From 39eb3b9b0e29ef2a218266cbf545c1252f3629e9 Mon Sep 17 00:00:00 2001 From: Rob Date: Thu, 4 Jun 2015 10:46:04 +0100 Subject: [PATCH] Probably don' want to include pdb in the live code huh. --- dropbot/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dropbot/bot.py b/dropbot/bot.py index 9f240f4..b2d8f69 100644 --- a/dropbot/bot.py +++ b/dropbot/bot.py @@ -184,7 +184,6 @@ class DropBot(ClientXMPP): return (i, v) else: if len(types) > 10: - import pdb; pdb.set_trace() return "More than 10 items found, please narrow down what you want." return "Did you mean: {}?".format( ', '.join(types.itervalues())