Parcourir la source

removed console log

Torkel Ödegaard il y a 7 ans
Parent
commit
ec035d6847
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();