aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-07 11:11:00 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:01 +0100
commit61cdf3a3fe4a63464f67372fdd06109791865090 (patch)
tree505a6298a816cab19fb407f55a77935f91bec11c /src/hdf5-file.c
parent9351a96fb30e931d493ee1aecbdf5e49aefa23bc (diff)
Remove debug output
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c2
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);
}