removed console.log

This commit is contained in:
Torkel Ödegaard
2018-11-13 08:11:03 +01:00
parent 9820c7806c
commit e331d24a38
@@ -197,7 +197,6 @@ export class AddPanelPanel extends React.Component<AddPanelPanelProps, AddPanelP
});
let panelTab;
console.log('panel plugins', config.panels);
if (this.state.tab === 'Add') {
panelTab = this.state.panelPlugins.map(this.renderPanelItem);