From a29ac517b37a40baa1efeb0378008cf41cb07e1c Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 10 Apr 2025 09:31:27 +0200 Subject: [PATCH] chore: Remove unused const --- rust/operator-binary/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/operator-binary/src/main.rs b/rust/operator-binary/src/main.rs index cae28f1..bed7364 100644 --- a/rust/operator-binary/src/main.rs +++ b/rust/operator-binary/src/main.rs @@ -16,9 +16,6 @@ mod built_info { include!(concat!(env!("OUT_DIR"), "/built.rs")); } -// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG` -pub const ENV_VAR_CONSOLE_LOG: &str = "COMMONS_OPERATOR_LOG"; - #[derive(Parser)] #[clap(about, author)] struct Opts {