summaryrefslogtreecommitdiff
path: root/cfetch/plugins/cb.py
diff options
context:
space:
mode:
Diffstat (limited to 'cfetch/plugins/cb.py')
-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))