chore: remove debugging statements
This commit is contained in:
parent
43f655bd6b
commit
bc1b8ab0fc
2 changed files with 0 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ class Picker {
|
|||
}
|
||||
}
|
||||
setup_emojis() {
|
||||
console.log("Making emojis");
|
||||
// setup tab
|
||||
this.setup_tab();
|
||||
// setup emoji container
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue