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

Commit 95ffe3b

Browse files
committed
cleanup: remove 2 obsolete FIXMEs
Signed-off-by: ljedrz <ljedrz@gmail.com>
1 parent 502acea commit 95ffe3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

http/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ enum Options {
2626

2727
fn main() {
2828
if std::env::var_os("RUST_LOG").is_none() {
29-
// FIXME: see if tracing could be used as the frontend for log macros
30-
// FIXME: use log macros here as well
3129
std::env::set_var(
3230
"RUST_LOG",
3331
"ipfs_http=trace,ipfs=trace,bitswap=trace,ipfs_unixfs=trace",

0 commit comments

Comments
 (0)