Skip to content

Commit 9357f51

Browse files
committed
Remove comments
1 parent 888aba4 commit 9357f51

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/analytics/src/functions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ export async function setUserProperties(
142142
* Retrieves a unique Google Analytics identifier for the web client.
143143
* See {@link https://developers.google.com/analytics/devguides/collection/ga4/reference/config#client_id | client_id}.
144144
*
145-
* @public
146-
*
147145
* @param gtagFunction Wrapped gtag function that waits for fid to be set before sending an event
148146
*/
149147
export async function internalGetGoogleAnalyticsClientId(

packages/analytics/src/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ function wrapGtag(
305305
);
306306
} else if (command === GtagCommand.CONSENT) {
307307
const [gtagParams] = args;
308-
// If CONFIG, second arg must be measurementId.
309308
gtagCore(GtagCommand.CONSENT, 'update', gtagParams as ConsentSettings);
310309
} else if (command === GtagCommand.GET) {
311310
const [measurementId, fieldName, callback] = args;

0 commit comments

Comments
 (0)