remove logging

This commit is contained in:
ryan
2019-03-22 00:21:04 -07:00
parent 658f419cab
commit 78a9243721
3 changed files with 2 additions and 6 deletions

View File

@@ -102,7 +102,6 @@ export class DashboardPanel extends PureComponent<Props, State> {
const hook = plugin.exports.reactPanel.panelTypeChangedHook;
if (hook) {
panel.options = hook(panel.options || {}, null, null);
console.log('OPITONS', pluginId, panel);
}
}