diff options
author | Thomas White <taw@physics.org> | 2021-06-22 15:55:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-06-22 15:55:07 +0200 |
commit | 90da6c791b0d3f881067e91684e46a76e0270283 (patch) | |
tree | 5a09a033bf75a42f124a86e9fd7a41dc58eeb53f /src | |
parent | cd8b31cfbe9e6ea8baea8416ecaea9541e0004ec (diff) |
GUI: Remove old debugging watchpoint
Diffstat (limited to 'src')
-rw-r--r-- | src/gui_ambi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_ambi.c b/src/gui_ambi.c index 79cc5299..2a6fb06f 100644 --- a/src/gui_ambi.c +++ b/src/gui_ambi.c @@ -563,6 +563,5 @@ double read_ambigator_progress(char *logfile_str, int niter) fclose(fh); - printf("got %f\n", frac_complete); return frac_complete; } |