From 08e3aae528757066c67f3c15013a7e253c02e25f Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Sat, 12 Jan 2013 02:41:46 +0000 Subject: Removed unnecessary debug print statement. --- diff --git a/plotlib.py b/plotlib.py index bf0ec46..94013c2 100644 --- a/plotlib.py +++ b/plotlib.py @@ -63,7 +63,6 @@ class _PlotBase: points -= 1 self.parser.set_var(var, x_old) - print res return res def export_plot(self, fn): -- cgit v0.9.1