Skip to content

Commit

Permalink
remove more console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Feb 6, 2025
1 parent a61aa08 commit e422855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export default async function checkChanged(this: CollectionEdit) {
thumbnail.selectedSnapshot &&
this.collection.homeUrlPageId !== thumbnail.selectedSnapshot.urlPageId
) {
console.log("should set initial view", {
pageId: thumbnail.selectedSnapshot.urlPageId,
});
updates.push(["setInitialView", true]);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function submitTask(
};
setInitialView?: boolean;
};
console.log({ updateObject });
const {
thumbnail: { selectedSnapshot } = {},
setInitialView,
Expand Down

0 comments on commit e422855

Please sign in to comment.