mirror of https://github.com/PiyushXCoder/lupt.git
Useless log
This commit is contained in:
parent
5b0eae45ee
commit
be5cf80618
|
|
@ -94,9 +94,7 @@ async fn main() -> std::io::Result<()> {
|
|||
app
|
||||
});
|
||||
|
||||
println!("{} {}", ssl_builder.is_some(), config.port_ssl.is_some());
|
||||
if ssl_builder.is_some() && config.port_ssl.is_some() {
|
||||
println!("got in here");
|
||||
let port = config.port.clone();
|
||||
let port_ssl = config.port_ssl.clone().unwrap();
|
||||
let redirect_server = HttpServer::new(move || {
|
||||
|
|
|
|||
Loading…
Reference in New Issue