Skip to content

Commit

Permalink
debug log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Aug 4, 2022
1 parent e99a5ce commit bb645d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/admin/js/Space/Collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Ext.define('Admin.Space.Collection', {
}

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

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

0 comments on commit bb645d3

Please sign in to comment.