Skip to content

Commit 49438b6

Browse files
committed
Removed a line I was using for debugging
1 parent d9178a7 commit 49438b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscan/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, address, api_key=''):
7676

7777
def build_url(self):
7878
self.url = self.PREFIX + ''.join([param + val if val else '' for param, val in self.url_dict.items()]) # TODO: better naming
79-
print(self.url)
79+
8080
def connect(self):
8181
# TODO: deal with "unknown exception" error
8282
try:

0 commit comments

Comments
 (0)