From 1e31a1318e1ee8cfb0c4de6db18e1fb33afc33e9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Mar 2012 01:49:31 +0100 Subject: Remove now-unnecessary call to cleanup method The new cliapp calls it automatically. --- seivot | 2 -- 1 file changed, 2 deletions(-) diff --git a/seivot b/seivot index ebcaa2d..cd5a95b 100755 --- a/seivot +++ b/seivot @@ -467,8 +467,6 @@ class Seivot(cliapp.Application): # generation, not the ith one. self.measure(prog.forget, i, 0, gen=0) - self.cleanup() - self.report.format(self.output) def generate_live_data(self, where, size): -- cgit v1.2.1