Skip to content

Commit

Permalink
fix: remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Dec 5, 2023
1 parent 93f6059 commit 62cd687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockMigrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(document).ready(() => {
else if (name == "asmSelect0") return;
$(el).attr("title", name + " = " + el.value);
UIkit.tooltip(el);
console.log("added tooltip", el, el.value);
// console.log("added tooltip", el, el.value);
};
$(
".rm-hints input[name], .rm-hints textarea[name], .rm-hints select[name]"
Expand Down

0 comments on commit 62cd687

Please sign in to comment.