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

Commit d27bd9a

Browse files
committed
chore(): remove console.log
1 parent 7cb2672 commit d27bd9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ var optimizedProdLoaders = [
5757

5858
function getProdLoaders() {
5959
if (process.env.IONIC_OPTIMIZE_JS === 'true') {
60-
console.log('using prod loaders');
6160
return optimizedProdLoaders;
6261
}
63-
console.log('using dev loaders');
6462
return devConfig.module.loaders;
6563
}
6664

0 commit comments

Comments
 (0)