From 492d256be67f4d0fd55fe2a8bdb39e42f1a0c645 Mon Sep 17 00:00:00 2001 From: "Michael D. M. Dryden" Date: Thu, 24 Mar 2016 16:17:57 -0400 Subject: [PATCH] Remove debugging statements. --- dstat_interface/plot.py | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 dstat_interface/plot.py diff --git a/dstat_interface/plot.py b/dstat_interface/plot.py old mode 100644 new mode 100755 index dcac856..3d25f40 --- a/dstat_interface/plot.py +++ b/dstat_interface/plot.py @@ -131,10 +131,7 @@ class plotbox(object): def addline(self): """Add a new line to plot. (initialized with dummy data)))""" - # self.lines.extend(self.axe1.plot([0, 1], [0, 1])) - print self.axe1.lines self.axe1.plot([0, 1], [0, 1]) - print self.axe1.lines def updateline(self, Experiment, line_number): """Update a line specified by line_number with data stored in -- GitLab