Finalize the export module refactoring

This commit is contained in:
Nicolargo 2014-12-27 13:50:35 +01:00
parent 11fd967085
commit f24c6387aa

View File

@ -170,8 +170,6 @@ class GlancesStats(object):
args=(input_stats,)) args=(input_stats,))
# threads.append(thread) # threads.append(thread)
thread.start() thread.start()
# logger.debug("Update %s stats" % p)
# self._exports[e].update(input_stats)
def getAll(self): def getAll(self):
"""Return all the stats (list)""" """Return all the stats (list)"""
@ -201,7 +199,6 @@ class GlancesStats(object):
"""End of the Glances stats""" """End of the Glances stats"""
# Close the export module # Close the export module
for e in self._exports: for e in self._exports:
# logger.debug("Update %s stats" % p)
self._exports[e].exit() self._exports[e].exit()