diff --git a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx index f73f3e84e7dd2..6aea9b4ac2faf 100644 --- a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx @@ -153,8 +153,6 @@ export class Component extends PureComponent { this.gridWidth = gridWidth; } - console.log('this.props.dashboard.panels', config.theme2.shape.radius.default); - for (const panel of this.props.dashboard.panels) { const panelClasses = classNames({ 'react-grid-item--fullscreen': panel.isViewing }); @@ -255,8 +253,8 @@ export class Component extends PureComponent {