mount: Remove debug option for later addition

This commit is contained in:
tschettervictor
2025-01-20 18:52:16 -07:00
committed by GitHub
parent c790e65f13
commit dee9ab0865

View File

@@ -50,10 +50,6 @@ while [ "$#" -gt 0 ]; do
-h|--help|help)
usage
;;
-x|--debug)
enable_debug
shift
;;
--*|-*)
error_notify "Unknown Option."
usage