From ce3c38db385d3b9e9c75cf7b345d1ae00bf1f4c5 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 6 Sep 2015 14:18:25 +0900 Subject: [PATCH] Remove FIXME and dead variable --- plugins/exchange_rate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py index 7bb97456..4d5c583c 100644 --- a/plugins/exchange_rate.py +++ b/plugins/exchange_rate.py @@ -203,8 +203,6 @@ class Plugin(BasePlugin, ThreadJob): self.exchanges = dict(inspect.getmembers(sys.modules[__name__], is_exchange)) self.set_exchange(self.config_exchange()) - # FIXME: kill this - self.btc_rate = Decimal("0.0") def thread_jobs(self): return [self]