Skip to content

Commit 5473e92

Browse files
feat: Removed the logs
1 parent 371e27a commit 5473e92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/pages/imports/[id].tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ function ImportDetails() {
8989
accessToken: profileInfo?.accessToken,
9090
appearance: defaultWidgetAppereance,
9191
onUploadComplete: (data) => {
92-
console.log(data);
93-
console.log(localStorage.getItem(CONSTANTS.SHOW_WELCOME_IMPORTER_STORAGE_KEY));
9492
onSpreadsheetImported();
9593
if (data && localStorage.getItem(CONSTANTS.SHOW_WELCOME_IMPORTER_STORAGE_KEY)) {
9694
clearWelcomeFlag();

0 commit comments

Comments
 (0)