remove debug
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
3ef2bce9f0
commit
58b5805bd7
1 changed files with 0 additions and 5 deletions
|
@ -915,11 +915,6 @@ function loadSettings() {
|
|||
? true
|
||||
: localStorage.getItem("sync_cursor_size") === "true";
|
||||
|
||||
console.debug(
|
||||
localStorage.getItem("sync_cursor_size"),
|
||||
Boolean(localStorage.getItem("sync_cursor_size"))
|
||||
);
|
||||
|
||||
// set the values into the UI
|
||||
document.getElementById("maskBlur").value = Number(_mask_blur);
|
||||
document.getElementById("seed").value = Number(_seed);
|
||||
|
|
Loading…
Reference in a new issue