removed console log

pull/14494/head
Torkel Ödegaard 7 years ago
parent 9c13520e97
commit ec035d6847
  1. 1
      public/app/features/dashboard/dashboard_migration.ts

@ -141,7 +141,6 @@ export class DashboardMigrator {
// ensure query refIds
panelUpgrades.push(panel => {
console.log('asdasd', panel);
_.each(panel.targets, target => {
if (!target.refId) {
target.refId = panel.getNextQueryLetter && panel.getNextQueryLetter();

Loading…
Cancel
Save