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 08b25ea commit 089f85dCopy full SHA for 089f85d
rust/operator-binary/src/main.rs
@@ -55,9 +55,6 @@ mod built_info {
55
pub const APP_PORT: u16 = 8088;
56
pub const OPERATOR_NAME: &str = "superset.stackable.tech";
57
58
-// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG`
59
-pub const ENV_VAR_CONSOLE_LOG: &str = "SUPERSET_OPERATOR_LOG";
60
-
61
#[derive(Parser)]
62
#[clap(about, author)]
63
struct Opts {
0 commit comments