validator: removing scary comment in main()
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user