Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
remove console logs (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Fitzsimmons <[email protected]>
  • Loading branch information
fitzk and Kayla Fitzsimmons authored Aug 16, 2024
1 parent e9194ca commit f49ae5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/mocksi-lite/content/useImages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export default function useImages(editing: boolean) {
targetImage.focus();

function closeImageUploadModal() {
console.log("close modal!!", modalContainer);
shadowRoot.removeChild(modalContent);
if (modalContainer) {
document.body.removeChild(modalContainer);
Expand Down Expand Up @@ -188,9 +187,6 @@ export default function useImages(editing: boolean) {
// image has been edited before, add data attributes
if (storedEditsExist && src) {
if (localEdits[src]) {
console.log("image found with existing src!!!!!");
console.log("init src: ", src);
console.log("demo src: ", localEdits[src].slice(0, 50));
image.setAttribute("data-mocksi-edited", "true");
image.setAttribute("data-mocksi-init-src", src);
image.setAttribute("data-mocksi-demo-src", localEdits[src]);
Expand Down

0 comments on commit f49ae5c

Please sign in to comment.