Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 committed Sep 14, 2016
1 parent ba70910 commit 112a1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/jest-framework-setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Increase test timeout on CI
console.log(process.env.CI)
if (process.env.CI) {
// eslint-disable-next-line
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000 // 20s
Expand Down

0 comments on commit 112a1ec

Please sign in to comment.