Skip to content

Commit

Permalink
Merge pull request #242 from soxhub/remove-extraneous-log
Browse files Browse the repository at this point in the history
Remove log that was added to help debug mis-transformed-files, but it…
  • Loading branch information
NullVoxPopuli authored Jun 14, 2024
2 parents d60c0e4 + e4cd0a7 commit f13d3a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ember-scoped-css/src/lib/path/template-transform-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export function fixFilename(filename) {
return fileName;
}

console.debug(`[ScopedCSS]: Failed to handle ${fileName}`);

// Fallback to what the plugin system gives us.
// This may be wrong, and if wrong, reveals
// unhandled scenarios with the file names in the plugin infra
Expand Down

0 comments on commit f13d3a8

Please sign in to comment.