Skip to content

Commit 089f85d

Browse files
committed
chore: Remove unused const
1 parent 08b25ea commit 089f85d

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
@@ -55,9 +55,6 @@ mod built_info {
5555
pub const APP_PORT: u16 = 8088;
5656
pub const OPERATOR_NAME: &str = "superset.stackable.tech";
5757

58-
// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG`
59-
pub const ENV_VAR_CONSOLE_LOG: &str = "SUPERSET_OPERATOR_LOG";
60-
6158
#[derive(Parser)]
6259
#[clap(about, author)]
6360
struct Opts {

0 commit comments

Comments
 (0)