mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Removes some unneeded console logging and changes logs to errors (#26235)
This commit is contained in:
@@ -90,7 +90,7 @@ export class DashboardLoaderSrv {
|
||||
};
|
||||
},
|
||||
(err: any) => {
|
||||
console.log('Script dashboard error ' + err);
|
||||
console.error('Script dashboard error ' + err);
|
||||
this.$rootScope.appEvent(AppEvents.alertError, [
|
||||
'Script Error',
|
||||
'Please make sure it exists and returns a valid dashboard',
|
||||
|
||||
Reference in New Issue
Block a user