firmware: remove max_level_debug.

Tracing to the core log isn't particularly slow, and is handy
when debugging.
This commit is contained in:
whitequark 2016-12-19 13:24:29 +00:00
parent 739da9f1b3
commit 5f3033b518
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
lwip = { path = "../liblwip", default-features = false }
bsp = { path = "../libbsp" }
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
log = { version = "0.3", default-features = false }
log_buffer = { version = "1.0" }
byteorder = { version = "0.5", default-features = false }