Commit e331d24a by Torkel Ödegaard

removed console.log

parent 9820c780
...@@ -197,7 +197,6 @@ export class AddPanelPanel extends React.Component<AddPanelPanelProps, AddPanelP ...@@ -197,7 +197,6 @@ export class AddPanelPanel extends React.Component<AddPanelPanelProps, AddPanelP
}); });
let panelTab; let panelTab;
console.log('panel plugins', config.panels);
if (this.state.tab === 'Add') { if (this.state.tab === 'Add') {
panelTab = this.state.panelPlugins.map(this.renderPanelItem); panelTab = this.state.panelPlugins.map(this.renderPanelItem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment