Skip to content

Commit 299457c

Browse files
committed
remove console.log
1 parent 88ff4f0 commit 299457c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2025.8.1.1";
2+
const version = "2025.8.1.2";
33

44
const precacheResources = [
55
"/",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ screenshotButton.addEventListener("click", () => {
164164
link.href = URL.createObjectURL(blob);
165165
link.download = `screenshot-${timeStamp}.png`;
166166
link.click();
167-
console.log(URL.createObjectURL(blob));
168167
});
169168
}
170169
});

0 commit comments

Comments
 (0)