Skip to content

Commit

Permalink
remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymi306 committed Jul 29, 2023
1 parent 5dadf46 commit 44dd217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ pub fn serve(

let copy_static = |site: &Site, path: &Path, partial_path: &Path| {
// Do nothing if the file/dir is on the ignore list
println!("{:?}, partial: {:?}", path, partial_path);
if let Some(gs) = &site.config.ignored_static_globset {
if gs.is_match(partial_path) {
return;
Expand Down

0 comments on commit 44dd217

Please sign in to comment.