From fd1fd1c48f4f44f4cd167ef7b77982bf33b99437 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 8 May 2024 23:25:15 +0200 Subject: [PATCH] fix: Disable Mido debug output (#470) --- src/mido.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mido.sh b/src/mido.sh index 870061d..abafce4 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -3,8 +3,6 @@ # Copyright (C) 2024 Elliot Killick # Licensed under the MIT License. See LICENSE file for details. -[ "$DEBUG" ] && set -x - # Prefer Dash shell for greater security if available if [ "$BASH" ] && command -v dash > /dev/null; then exec dash "$0" "$@"