diff --git a/validator/src/main.rs b/validator/src/main.rs index 2981f65540..ea7b2679a2 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -10,7 +10,6 @@ mod validator; fn main() { // load environment variables from .env file - // DO NOT USE IN PRODUCTION - REPLACE WITH PROPERLY SET VARIABLES if dotenv::dotenv().is_err() { eprint!("failed to read .env file - the logging is unlikely to work correctly") }