commit 168c10f5cb252e5340df9604210e2b84ecc5b318 parent 934c2a555efeceff702659449db4c68ed2bf9b23 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 18 Sep 2019 16:56:31 +0200 Remove diagnostic info on pulse shape Diffstat:
M | main.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/main.c b/main.c @@ -292,7 +292,6 @@ main(int argc, char* argv[]) optarg); return 1; } - printf("pulse shape: %d\n", sim.p_f_mod_pulse_shape); break; case 't': sim.t = atof(optarg);