Remove unused bios log level function

Co-Authored-By: Luke Lau <luke_lau@icloud.com>
This commit is contained in:
fendor 2019-12-20 14:59:37 +01:00 committed by GitHub
parent c94b45ef11
commit cd3cd02581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,6 @@ run opts = do
let initOpts = defaultCradleOpts { cradleOptsVerbosity = verbosity }
verbosity = if optBiosVerbose opts then Verbose else Silent
-- biosLogLevel = if optBiosVerbose opts then L.DEBUG else L.INFO
when (optBiosVerbose opts) $