From b261575f5239be4b99d34145d186245a0ac5298c Mon Sep 17 00:00:00 2001 From: Javier de la Rosa Date: Wed, 22 Apr 2015 15:50:41 -0400 Subject: [PATCH] Oops, removing ipdb... --- src/cypher/connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cypher/connection.py b/src/cypher/connection.py index 11bf88d..664961d 100644 --- a/src/cypher/connection.py +++ b/src/cypher/connection.py @@ -10,7 +10,6 @@ class Connection(object): @classmethod def tell_format(cls): - import ipdb; ipdb.set_trace() message = ("Format: " "(http|https)://username:password@hostname:port/db/name") connetions_keys = ", ".join(set(cls.connections.keys()))