remove accidental console.log introduced in 80a7f1346090d1fc236b7eb6120a8236d0a0e6b9
This commit is contained in:
parent
80a7f13460
commit
012ac7d9ec
@ -70,7 +70,6 @@ export default class CommonJSFormatter extends DefaultFormatter {
|
|||||||
t.variableDeclarator(variableName, ref)
|
t.variableDeclarator(variableName, ref)
|
||||||
]));
|
]));
|
||||||
} else {
|
} else {
|
||||||
console.log(variableName.name);
|
|
||||||
// import { foo } from "foo";
|
// import { foo } from "foo";
|
||||||
this.internalRemap[variableName.name] = t.memberExpression(ref, specifier.imported);
|
this.internalRemap[variableName.name] = t.memberExpression(ref, specifier.imported);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user