summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-09-19 08:11:14 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-09-19 08:11:14 -0500
commit49fc43d42be421d92ec132bc4b2af3f87da71a85 (patch)
treedd28c6d4fc7aa129e996d520399df2be0673d7c2
parent41325d632c57d70b552bd283c718c5d6b6d40395 (diff)
Remove debug code
-rw-r--r--cfetch/plugins/cb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfetch/plugins/cb.py b/cfetch/plugins/cb.py
index fd531ed..66b7e07 100644
--- a/cfetch/plugins/cb.py
+++ b/cfetch/plugins/cb.py
@@ -57,7 +57,6 @@ class CoinbaseTicker(Ticker):
headers={'CB-VERSION': '2017-09-19'})
res = self.get_pair_data(r, (a, b))
- print(r.text)
if 'data' not in res:
raise NoSuchPairException('{}/{}'.format(a, b))