Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 10, 2022
1 parent fe5d75a commit e77f574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/site/src/sass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ use errors::{bail, Result};
use utils::fs::{create_file, ensure_directory_exists};

pub fn compile_sass(base_path: &Path, output_path: &Path) -> Result<()> {
console::info("compiling sass...");

ensure_directory_exists(output_path)?;

let sass_path = {
Expand Down

0 comments on commit e77f574

Please sign in to comment.