Browse Source

remove debug-println!

index-subcmd
Robert Masen 5 years ago
parent
commit
e0f90eed4a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main.rs

+ 0
- 1
src/main.rs View File

@@ -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…
Cancel
Save