Skip to content

Commit

Permalink
Remove old GA implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Jul 21, 2023
1 parent 0ea1dec commit 6d74fe6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cordova-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ export const cleanUpCvaOnResume = onResume => {
export const initCordovaPlugins = () => {
console.log('now cordova is ready ');
if (isCordova()) {
try {
window.ga.startTrackerWithId('UA-152065055-1', 20);
} catch (err) {
console.log(err.message);
}
try {
window.StatusBar.hide();
} catch (err) {
Expand Down

0 comments on commit 6d74fe6

Please sign in to comment.