diff --git a/graph.py b/graph.py index 1f3273e..e948ef9 100755 --- a/graph.py +++ b/graph.py @@ -60,7 +60,7 @@ def g(command): if not (gnuplot.poll() is None): print("Error: gnuplot not running!") return - print ("gnuplot> %s" % command) + # print ("gnuplot> %s" % command) try: command = b"%s\n" % command except: