Skip to content

Commit

Permalink
rename files and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Jul 12, 2024
1 parent 316744d commit 75f2cbb
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Passphrase } from './passphrase';
import { SelectTable } from './select-table';
import type { ImportExportResult } from '../hooks/common';
import { useOpenModalThroughIpc } from '../hooks/common';
import { useExportConnections } from '../hooks/use-export';
import { useExportConnections } from '../hooks/use-export-connections';
import { usePreference } from 'compass-preferences-model/provider';

const TOAST_TIMEOUT_MS = 5000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Passphrase } from './passphrase';
import { SelectTable } from './select-table';
import type { ImportExportResult } from '../hooks/common';
import { useOpenModalThroughIpc } from '../hooks/common';
import { useImportConnections } from '../hooks/use-import';
import { useImportConnections } from '../hooks/use-import-connections';
import { usePreference } from 'compass-preferences-model/provider';

const TOAST_TIMEOUT_MS = 5000;
Expand Down
1 change: 0 additions & 1 deletion packages/compass-telemetry/src/generic-track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const createTrack = ({
parameters.connection_id = connectionInfo.id;
}

console.log('TRACK', event, parameters);
sendTrack(event, parameters || {});
};

Expand Down

0 comments on commit 75f2cbb

Please sign in to comment.