Remove FIXME and dead variable

This commit is contained in:
Neil Booth 2015-09-06 14:18:25 +09:00
parent 1d35954541
commit ce3c38db38
1 changed files with 0 additions and 2 deletions

View File

@ -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]