Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 18, 2024
1 parent 61108ec commit 84747d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub fn ensure_no_specific_syntax_errors(parsed_source: &ParsedSource) -> Result<
.diagnostics()
.iter()
.filter(|e| {
eprintln!("ERROR: {:?}", e.kind);
matches!(
e.kind,
// unexpected eof
Expand Down

0 comments on commit 84747d0

Please sign in to comment.