Skip to content

Commit

Permalink
remove console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Jul 21, 2024
1 parent 17c35cd commit 8362d7a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 60 deletions.
116 changes: 58 additions & 58 deletions public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheName = "luizbills.litecanvas-editor-v1";
const version = "1.64.2";
const version = "1.64.3";

const precacheResources = [
"/",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ if (url.searchParams.get("reset") !== null) {
}

const autoplay = !["0", "false"].includes(url.searchParams.get("autoplay"));
console.log("autoplay", autoplay);

let codeFromURL = url.searchParams.get("c");
if (codeFromURL !== null) {
Expand Down

0 comments on commit 8362d7a

Please sign in to comment.