Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 31, 2024
1 parent 8d9058e commit 12af4b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ if (window.google_tag_manager !== undefined) {
} else {
if (process.env.RUNNING_IN_CI !== 'true') {
console.log('Google analytics not connected');
console.log('####################');
console.log(process.env.RUNNING_IN_CI);
console.log('####################');
console.log('##############' + process.env.RUNNING_IN_CI);
}
}

Expand Down

0 comments on commit 12af4b1

Please sign in to comment.