aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-16 14:04:05 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit5508edc241f17a6a395abb9978070d84921f8480 (patch)
treeaf2514f03ea5297a2001ea614fa1e4c7a0b285bf /scripts
parente474d91aa7c2689d6341b409330804a0af9f3c3b (diff)
Update scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-near-bragg4
-rwxr-xr-xscripts/check-peak-detection4
2 files changed, 0 insertions, 8 deletions
diff --git a/scripts/check-near-bragg b/scripts/check-near-bragg
index 17141fc4..5ebae9b1 100755
--- a/scripts/check-near-bragg
+++ b/scripts/check-near-bragg
@@ -47,8 +47,4 @@ while ( $line = <FH> ) {
}
- if ( !$handled ) {
- printf(STDERR "Unhandled: '%s'\n", $line);
- }
-
}
diff --git a/scripts/check-peak-detection b/scripts/check-peak-detection
index 16fe53d3..42f1d72f 100755
--- a/scripts/check-peak-detection
+++ b/scripts/check-peak-detection
@@ -47,8 +47,4 @@ while ( $line = <FH> ) {
}
- if ( !$handled ) {
- printf(STDERR "Unhandled: '%s'\n", $line);
- }
-
}