Skip to content

Commit

Permalink
chore: remove console log()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeevansyriac committed Jun 28, 2023
1 parent b5989d5 commit 99fdec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frappe_voxbay/public/js/opportunity.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
frappe.ui.form.on("Opportunity", {
refresh: function (frm) {
console.log("hiiiiiiiiiiiiiiiiiiiiiiiiiii");
if (!frm.doc.__islocal) {
frm.add_custom_button(__("Call"), () => {
call_lead(frm);
Expand Down

0 comments on commit 99fdec6

Please sign in to comment.