Remove debug output

This commit is contained in:
Valentin Brandl 2019-07-28 15:37:52 +02:00
parent 0828e7fd9e
commit c5da9c5812
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -109,10 +109,6 @@ fn main() -> Result<()> {
pretty_env_logger::init();
openssl_probe::init_ssl_cert_env_vars();
eprintln!("CF_ZONE_IDENT {}", statics::CF_ZONE_IDENT.as_str());
eprintln!("CF_AUTH_USER {}", statics::CF_AUTH_USER.as_str());
eprintln!("CF_AUTH_KEY {}", statics::CF_AUTH_KEY.as_str());
Ok(HttpServer::new(move || {
App::new()
.data(Client::new())