Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 958a7a6

Browse files
author
Stanislav Panferov
committed
chore(*): remove debug logging
1 parent 9b287ef commit 958a7a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/instance.ts

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ export function ensureInstance(webpack: IWebPack, options: ICompilerOptions, ins
160160

161161
let babelImpl: any;
162162
if (options.useBabel) {
163-
console.error('babel')
164163
try {
165164
babelImpl = require(path.join(process.cwd(), 'node_modules', 'babel-core'));
166165
} catch (e) {

0 commit comments

Comments
 (0)