Skip to content

Commit

Permalink
Remove log that was added to help debug mis-transformed-files, but it…
Browse files Browse the repository at this point in the history
… turns out that sometimes files are correct in the template transform, and don't *need* to be altered, making the message incorrect
  • Loading branch information
NullVoxPopuli committed Jun 14, 2024
1 parent 009d0b3 commit e4cd0a7
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 e4cd0a7

Please sign in to comment.