mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
Remove HERE eprintln (#161)
This commit is contained in:
parent
d98219cd42
commit
42f94a3f24
@ -17,8 +17,6 @@ impl Fold<Constructor> for Strip {
|
||||
fn fold(&mut self, c: Constructor) -> Constructor {
|
||||
let c = c.fold_children(self);
|
||||
|
||||
eprintln!("HERE");
|
||||
|
||||
let mut stmts = vec![];
|
||||
|
||||
let params = c.params.move_map(|param| match param {
|
||||
|
Loading…
Reference in New Issue
Block a user