Skip to content

Commit 4e56584

Browse files
committed
Remove print
1 parent 071c581 commit 4e56584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/extractor/src/visit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ impl<'a> VisitMut<'a> for DevupVisitor<'a> {
174174
}
175175
}
176176
}
177-
println!("{:?} {:?}", it, self.css_imports);
178177
if let Expression::Identifier(ident) = &it.callee {
179178
if self.css_imports.contains_key(ident.name.as_str()) && it.arguments.len() == 1 {
180179
if let Argument::ObjectExpression(ref mut obj) = it.arguments[0] {

0 commit comments

Comments
 (0)