Skip to content

Commit

Permalink
removing debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Letter committed Nov 3, 2015
1 parent e3b9a1a commit dbed1c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/slycat/web/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class Connection(object):
arguments must be compatible with the Python Requests library,
http://docs.python-requests.org/en/latest"""
def __init__(self, host="http://localhost:8092", **keywords):
print(host, keywords)
self.host = host
self.keywords = keywords
self.session = requests.Session()
Expand Down

0 comments on commit dbed1c8

Please sign in to comment.