Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit cd3cd02

Browse files
fendorlukel97
andauthored
Remove unused bios log level function
Co-Authored-By: Luke Lau <luke_lau@icloud.com>
1 parent c94b45e commit cd3cd02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/MainHie.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ run opts = do
121121

122122
let initOpts = defaultCradleOpts { cradleOptsVerbosity = verbosity }
123123
verbosity = if optBiosVerbose opts then Verbose else Silent
124-
-- biosLogLevel = if optBiosVerbose opts then L.DEBUG else L.INFO
125124

126125

127126
when (optBiosVerbose opts) $

0 commit comments

Comments
 (0)