Explorar el Código

removed console log

Torkel Ödegaard hace 7 años
padre
commit
ec035d6847
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();