瀏覽代碼

Format code

YuKun Liu 3 年之前
父節點
當前提交
7f829c4553
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/builder.rs

+ 0 - 1
src/builder.rs

@@ -443,7 +443,6 @@ fn build_assets(config: &CrateConfig) -> Result<Vec<PathBuf>> {
                             .out_dir
                             .join(PathBuf::from(relative_path).parent().unwrap())
                             .join(out_file);
-                        println!("{:?} -- {:?}", target_path, path);
                         if path.is_file() {
                             let res = sass.call(
                                 "sass",