validator: removing scary comment in main()

This commit is contained in:
Dave Hrycyszyn
2020-01-13 17:36:30 +00:00
parent 350eeae8da
commit d92cee59a0
-1
View File
@@ -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")
}