From 49fc43d42be421d92ec132bc4b2af3f87da71a85 Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Tue, 19 Sep 2017 08:11:14 -0500 Subject: Remove debug code --- cfetch/plugins/cb.py | 1 - 1 file changed, 1 deletion(-) 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)) -- cgit v1.2.3