Skip to content

Commit d9251ed

Browse files
authored
chore: Remove unused const (#345)
1 parent ec6d17a commit d9251ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/operator-binary/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ mod built_info {
1616
include!(concat!(env!("OUT_DIR"), "/built.rs"));
1717
}
1818

19-
// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG`
20-
pub const ENV_VAR_CONSOLE_LOG: &str = "COMMONS_OPERATOR_LOG";
21-
2219
#[derive(Parser)]
2320
#[clap(about, author)]
2421
struct Opts {

0 commit comments

Comments
 (0)