Skip to content

Commit

Permalink
fix: add back skip filter over avoid-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 5, 2024
1 parent 0026e47 commit 9669c2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/compilers/src/zksync/compile/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl<'a> ProjectCompiler<'a> {
project: &'a Project<ZkSolcCompiler, ZkArtifactOutput>,
mut sources: Sources,
) -> Result<Self> {
println!("wtf bro");
if let Some(filter) = &project.sparse_output {
sources.retain(|f, _| filter.is_match(f))
}
Expand Down

0 comments on commit 9669c2f

Please sign in to comment.