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