diff options
author | Thomas White <taw@physics.org> | 2010-10-07 11:11:00 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:01 +0100 |
commit | 61cdf3a3fe4a63464f67372fdd06109791865090 (patch) | |
tree | 505a6298a816cab19fb407f55a77935f91bec11c | |
parent | 9351a96fb30e931d493ee1aecbdf5e49aefa23bc (diff) |
Remove debug output
-rw-r--r-- | src/hdf5-file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c index a5cb8ee0..485e7fb0 100644 --- a/src/hdf5-file.c +++ b/src/hdf5-file.c @@ -169,8 +169,6 @@ int get_peaks(struct image *image, struct hdfile *f) y = buf[3*i+1]; val = buf[3*i+2]; - STATUS("%i %i %f\n", x, y, val); - image_add_feature(image->features, x, y, image, val, NULL); } |