remove debugging - ploot - simple plotting tools HTML git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ploot DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 6d206dec470107adc7708b518bff521d8974f8a7 DIR parent 1a79b31f23eda5a963cf1dbb2d8f77b8baae5270 HTML Author: Josuah Demangeon <mail@josuah.net> Date: Mon, 7 May 2018 01:17:38 +0200 remove debugging Diffstat: M plootxt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- DIR diff --git a/plootxt.c b/plootxt.c @@ -29,11 +29,9 @@ plot_dot(long *out, int row, int col) { 0x02, 0x10 }, { 0x04, 0x20 }, { 0x40, 0x80 }, - }, f; + }; - f = flags[row][col]; - puts("."), fflush(stdout); - *out |= f; + *out |= flags[row][col];; } static void