remove debug-println!
This commit is contained in:
parent
43cac703a3
commit
e0f90eed4a
|
@ -80,7 +80,6 @@ fn main() {
|
|||
let watch_only = matches.is_present("watch_only");
|
||||
let output_dir = matches.value_of("output_dir").unwrap();
|
||||
let base_url = matches.value_of("base_url").unwrap();
|
||||
println!("watch_only: {}", watch_only);
|
||||
console::info("Building site...");
|
||||
match cmd::serve(interface, port, output_dir, base_url, config_file, watch_only) {
|
||||
Ok(()) => (),
|
||||
|
|
Loading…
Reference in a new issue