Skip to content

Commit fd66f1e

Browse files
committed
v2-Beta8 release
1 parent afa2619 commit fd66f1e

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ If you find bug in the plugin, please create a [bug report](https://github.com/k
184184
### Contributors
185185
**The list of people who deserves more than a simple thank you.**
186186
- [CA. B.C.Chechani](https://github.com/chechani) (Testing & Debugging)
187+
- [MohsinAli](https://github.com/mohsinalimat) (Testing & Debugging)
187188

188189
---
189190

frappe_better_attach_control/public/js/controls/attach.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ frappe.ui.form.ControlAttach = class ControlAttach extends frappe.ui.form.Contro
115115
if (this.upload_options) return;
116116
this._update_options();
117117
if (this._options) this.df.options = this._options;
118-
console.log('Attach Control Options', this.df.options);
119118
super.set_upload_options();
120119
if (this._options) this.df.options = this._latest_options;
121120
}

frappe_better_attach_control/public/js/controls/v12/attach.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ frappe.ui.form.ControlAttach = frappe.ui.form.ControlAttach.extend({
8888
if (this.upload_options) return;
8989
this._update_options();
9090
if (this._options) this.df.options = this._options;
91-
console.log('Attach Control Options', this.df.options);
9291
this._super();
9392
if (this._options) this.df.options = this._latest_options;
9493
if (this._images_only) {

frappe_better_attach_control/public/js/controls/v13/attach.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ frappe.ui.form.ControlAttach = frappe.ui.form.ControlAttach.extend({
9393
if (this.upload_options) return;
9494
this._update_options();
9595
if (this._options) this.df.options = this._options;
96-
console.log('Attach Control Options', this.df.options);
9796
this._super();
9897
if (this._options) this.df.options = this._latest_options;
9998
if (this._images_only) {

0 commit comments

Comments
 (0)