We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6d17a commit d9251edCopy full SHA for d9251ed
rust/operator-binary/src/main.rs
@@ -16,9 +16,6 @@ mod built_info {
16
include!(concat!(env!("OUT_DIR"), "/built.rs"));
17
}
18
19
-// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG`
20
-pub const ENV_VAR_CONSOLE_LOG: &str = "COMMONS_OPERATOR_LOG";
21
-
22
#[derive(Parser)]
23
#[clap(about, author)]
24
struct Opts {
0 commit comments