Selaa lähdekoodia

remove debug logging

Erik Sundell 7 vuotta sitten
vanhempi
commit
53ac3c8fd2

+ 0 - 5
public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts

@@ -146,11 +146,6 @@ export class StackdriverFilterCtrl {
           resolve();
         }
       } catch (error) {
-        if (error.data && error.data.message) {
-          console.log(error.data.message);
-        } else {
-          console.log(error);
-        }
         appEvents.emit('alert-error', ['Error', 'Error loading metric labels for ' + this.target.metricType]);
         resolve();
       }