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