Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 43474a1

Browse files
Splaktarjelbourn
authored andcommitted
docs(angularytics): disable console logging (#11051)
1 parent c27603f commit 43474a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES,
135135
}])
136136

137137
.config(['AngularyticsProvider', function(AngularyticsProvider) {
138-
AngularyticsProvider.setEventHandlers(['Console', 'GoogleUniversal']);
138+
AngularyticsProvider.setEventHandlers(['GoogleUniversal']);
139139
}])
140140

141141
.run(['Angularytics', function(Angularytics) {

0 commit comments

Comments
 (0)