Remove unneeded debug __log() message.

This commit is contained in:
vermaden 2019-12-09 18:06:19 +01:00
parent 3121643225
commit 33d7d28bf0
1 changed files with 0 additions and 1 deletions

View File

@ -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