remove another stray print
This commit is contained in:
parent
873d30eabd
commit
58c52e4033
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user