Skip to content

Commit bb645d3

Browse files
committed
debug log fix
1 parent e99a5ce commit bb645d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/admin/js/Space/Collection.js

-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ Ext.define('Admin.Space.Collection', {
205205
}
206206

207207
var required = Ext.Array.unique(Ext.Array.flatten(this.indexes.map(index => index.parts.map(p => p[0] || p.field))));
208-
console.log({required})
209208
var complexTypes = [];
210209

211210
var items = this.format.map((field, id) => {

0 commit comments

Comments
 (0)