diff options
Diffstat (limited to 'scripts/check-peak-detection')
-rwxr-xr-x | scripts/check-peak-detection | 4 |
1 files changed, 0 insertions, 4 deletions
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); - } - } |