Remove unneeded debug __log() message.
This commit is contained in:
parent
3121643225
commit
33d7d28bf0
|
|
@ -387,7 +387,6 @@ __check_block_device() { # 1=DEV
|
||||||
# first check if its block device
|
# first check if its block device
|
||||||
if ! fstyp ${1} 1> /dev/null 2>&1
|
if ! fstyp ${1} 1> /dev/null 2>&1
|
||||||
then
|
then
|
||||||
__log "ASD"
|
|
||||||
__log "${DEV}: not a block device"
|
__log "${DEV}: not a block device"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue