From 33d7d28bf0a88f6c994f72723487d1af020db7cb Mon Sep 17 00:00:00 2001 From: vermaden Date: Mon, 9 Dec 2019 18:06:19 +0100 Subject: [PATCH] Remove unneeded debug __log() message. --- automount | 1 - 1 file changed, 1 deletion(-) diff --git a/automount b/automount index ab2e7c9..3750393 100644 --- a/automount +++ b/automount @@ -387,7 +387,6 @@ __check_block_device() { # 1=DEV # first check if its block device if ! fstyp ${1} 1> /dev/null 2>&1 then - __log "ASD" __log "${DEV}: not a block device" exit 0 fi