Skip to content

Commit

Permalink
fix: remove the console log in the tracking hook
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Perchoc <[email protected]>
  • Loading branch information
jperchoc committed Nov 28, 2024
1 parent aad3c6c commit 241e03d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export function useTrackPageAuto() {

// replace . by ::
injectedTrackingKey = injectedTrackingKey.replaceAll('.', '::');
console.log(`[Tracking] ${injectedTrackingKey}`);
trackPage({
name: injectedTrackingKey,
level2: PCI_LEVEL2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import EditUser from './EditUser.modal'; // Adjust the path as needed
import { RouterWithQueryClientWrapper } from '@/__tests__/helpers/wrappers/RouterWithQueryClientWrapper';
import { mockedService } from '@/__tests__/helpers/mocks/services';
import { mockedDatabaseUser } from '@/__tests__/helpers/mocks/databaseUser';
import { apiErrorMock } from '@/__tests__/helpers/mocks/cdbError';
import * as usersApi from '@/data/api/database/user.api';
import * as database from '@/types/cloud/project/database';

Expand Down

0 comments on commit 241e03d

Please sign in to comment.