Skip to content

Commit

Permalink
Lint JS - removed unused global reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mehigh committed Jun 26, 2024
1 parent dca655e commit afc3d1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/send-to-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

/* global gtag */

function getDeliveryFunction( type ) {
// eslint-disable-next-line no-console
return window[ type ] || console.log;
Expand Down

0 comments on commit afc3d1d

Please sign in to comment.