diff --git a/README.md b/README.md index dff3539..e07e901 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ If you find bug in the plugin, please create a [bug report](https://github.com/k ### Contributors **The list of people who deserves more than a simple thank you.** - [CA. B.C.Chechani](https://github.com/chechani) (Testing & Debugging) +- [MohsinAli](https://github.com/mohsinalimat) (Testing & Debugging) --- diff --git a/frappe_better_attach_control/public/js/controls/attach.js b/frappe_better_attach_control/public/js/controls/attach.js index f524403..d623621 100644 --- a/frappe_better_attach_control/public/js/controls/attach.js +++ b/frappe_better_attach_control/public/js/controls/attach.js @@ -115,7 +115,6 @@ frappe.ui.form.ControlAttach = class ControlAttach extends frappe.ui.form.Contro if (this.upload_options) return; this._update_options(); if (this._options) this.df.options = this._options; - console.log('Attach Control Options', this.df.options); super.set_upload_options(); if (this._options) this.df.options = this._latest_options; } diff --git a/frappe_better_attach_control/public/js/controls/v12/attach.js b/frappe_better_attach_control/public/js/controls/v12/attach.js index 731ad52..d778f0f 100644 --- a/frappe_better_attach_control/public/js/controls/v12/attach.js +++ b/frappe_better_attach_control/public/js/controls/v12/attach.js @@ -88,7 +88,6 @@ frappe.ui.form.ControlAttach = frappe.ui.form.ControlAttach.extend({ if (this.upload_options) return; this._update_options(); if (this._options) this.df.options = this._options; - console.log('Attach Control Options', this.df.options); this._super(); if (this._options) this.df.options = this._latest_options; if (this._images_only) { diff --git a/frappe_better_attach_control/public/js/controls/v13/attach.js b/frappe_better_attach_control/public/js/controls/v13/attach.js index 3b1369e..44aff13 100644 --- a/frappe_better_attach_control/public/js/controls/v13/attach.js +++ b/frappe_better_attach_control/public/js/controls/v13/attach.js @@ -93,7 +93,6 @@ frappe.ui.form.ControlAttach = frappe.ui.form.ControlAttach.extend({ if (this.upload_options) return; this._update_options(); if (this._options) this.df.options = this._options; - console.log('Attach Control Options', this.df.options); this._super(); if (this._options) this.df.options = this._latest_options; if (this._images_only) {