浏览代码

fix: Disable Mido debug output (#470)

Kroese 1 年之前
父节点
当前提交
fd1fd1c48f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/mido.sh

+ 0 - 2
src/mido.sh

@@ -3,8 +3,6 @@
 # Copyright (C) 2024 Elliot Killick <contact@elliotkillick.com>
 # Copyright (C) 2024 Elliot Killick <contact@elliotkillick.com>
 # Licensed under the MIT License. See LICENSE file for details.
 # Licensed under the MIT License. See LICENSE file for details.
 
 
-[ "$DEBUG" ] && set -x
-
 # Prefer Dash shell for greater security if available
 # Prefer Dash shell for greater security if available
 if [ "$BASH" ] && command -v dash > /dev/null; then
 if [ "$BASH" ] && command -v dash > /dev/null; then
     exec dash "$0" "$@"
     exec dash "$0" "$@"