Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 35bdf69

Browse files
author
Nick Litwin
committed
Remove console logs
1 parent fd88d3d commit 35bdf69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
/*eslint-disable*/
21
require('./node_modules/coffee-script/register')
32

43
const CI = process.env.TRAVIS_BRANCH
54

6-
console.log('before **************', process.env.ENV)
75
if (CI == 'master') process.env.ENV = 'PROD'
86
if (CI == 'qa-integration') process.env.ENV = 'QA'
97
if (CI == 'dev') process.env.ENV = 'DEV'
108

11-
console.log('***************', CI)
12-
console.log('***************', process.env.ENV)
13-
149
const config = require('appirio-tech-webpack-config')({
1510
dirname: __dirname,
1611
entry: {

0 commit comments

Comments
 (0)