remove another stray print

This commit is contained in:
CptCaptain 2021-10-29 16:28:36 +02:00
parent 873d30eabd
commit 58c52e4033

View File

@ -70,7 +70,6 @@ impl<'v> FromFormValue<'v> for Link {
#[post("/new", data = "<video>")]
fn new(video: Form<Video>) -> Redirect {
println!("in new with video {}", video.link);
Command::new("/bin/env")
.args(&[
"DISPLAY=:0",