Skip to content

Commit

Permalink
remove extraneous log message from environment module
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Jun 10, 2020
1 parent a6b918a commit 4bc0228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import getRepoInfo from 'git-repo-info';

var repoInfo = getRepoInfo();
repoInfo.branch = repoInfo.branch || process.env.TRAVIS_BRANCH;
console.log(repoInfo);

const env = process.env.NODE_ENV;
const repoOrigin = origin.sync();
Expand Down

0 comments on commit 4bc0228

Please sign in to comment.