Browse Source

removed console.log

Torkel Ödegaard 7 years ago
parent
commit
e331d24a38
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/features/dashboard/dashgrid/AddPanelPanel.tsx

+ 0 - 1
public/app/features/dashboard/dashgrid/AddPanelPanel.tsx

@@ -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);