remove another stray print

master
CptCaptain 3 years ago
parent 873d30eabd
commit 58c52e4033
  1. 1
      src/main.rs

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

Loading…
Cancel
Save