We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b96c2 commit 2a0d73eCopy full SHA for 2a0d73e
public/app/features/dashboard/dashgrid/DashboardGrid.tsx
@@ -153,8 +153,6 @@ export class Component extends PureComponent<Props> {
153
this.gridWidth = gridWidth;
154
}
155
156
- console.log('this.props.dashboard.panels', config.theme2.shape.radius.default);
157
-
158
for (const panel of this.props.dashboard.panels) {
159
const panelClasses = classNames({ 'react-grid-item--fullscreen': panel.isViewing });
160
0 commit comments