chore: remove debugging statements

This commit is contained in:
sokumon 2026-03-11 13:37:14 +05:30
parent 43f655bd6b
commit bc1b8ab0fc
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@ class Picker {
}
}
setup_emojis() {
console.log("Making emojis");
// setup tab
this.setup_tab();
// setup emoji container

View file

@ -52,7 +52,6 @@ frappe.ui.menu = class ContextMenu {
function () {
return true;
};
console.log(typeof item.condition);
let render = false;
if (typeof item.condition == "function") {
render = item.condition();