Skip to content

Commit afc3d1d

Browse files
committed
Lint JS - removed unused global reference
1 parent dca655e commit afc3d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/src/send-to-analytics.js

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
/* global gtag */
18-
1917
function getDeliveryFunction( type ) {
2018
// eslint-disable-next-line no-console
2119
return window[ type ] || console.log;

0 commit comments

Comments
 (0)