File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function buildItemGroups(itemGroups, defaultItems) {
14
14
let modifiedItems = [ ...group . items ]
15
15
modifiedItems = buildItems ( modifiedItems , defaultItems )
16
16
modifiedGroup . items = modifiedItems
17
- console . log ( modifiedGroup )
18
17
return modifiedGroup
19
18
} )
20
19
} else return [ ]
@@ -42,7 +41,6 @@ export default class Toolbar extends React.Component {
42
41
super ( props ) ;
43
42
//const items = buildItems(props.items, this._defaultItems());
44
43
const items = buildItemGroups ( props . items , this . _defaultItems ( ) )
45
- console . log ( items , props )
46
44
this . state = {
47
45
items,
48
46
} ;
@@ -373,7 +371,6 @@ export default class Toolbar extends React.Component {
373
371
}
374
372
375
373
render ( ) {
376
- console . log ( this . state . items )
377
374
return (
378
375
< div className = "col-md-3 react-form-builder-toolbar float-right" >
379
376
< ul >
You can’t perform that action at this time.
0 commit comments