ソースを参照

removed console log

Torkel Ödegaard 7 年 前
コミット
ec035d6847
1 ファイル変更0 行追加1 行削除
  1. 0 1
      public/app/features/dashboard/dashboard_migration.ts

+ 0 - 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();