diff --git a/bin/logtool b/bin/logtool index 17ebb32e81a722c6d1c25f16471547f88c0485b5..17e622719f6180c153b2ab6da8bbce7947bf92d1 100755 --- a/bin/logtool +++ b/bin/logtool @@ -87,7 +87,6 @@ following: expr_x, expr_y = args.pop(0).split(",") from pylab import xlabel, ylabel, plot - print options.start_step, options.end_step (data_x, descr_x, unit_x), (data_y, descr_y, unit_y) = \ logmgr.get_plot_data(expr_x, expr_y, options.start_step, options.end_step)