diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py index 83790e39..acf4a5cf 100644 --- a/zipline/finance/performance.py +++ b/zipline/finance/performance.py @@ -148,14 +148,7 @@ log = logbook.Logger('Performance') class PerformanceTracker(object): """ - Tracks the performance of the zipline as it is running in - the simulator, relays this out to the Deluge broker and then - to the client. Visually: - - +--------------------+ Result Stream +--------+ - | PerformanceTracker | ----------------> | Deluge | - +--------------------+ +--------+ - + Tracks the performance of the algorithm. """ def __init__(self, sim_params):