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:
@@ -204,7 +204,7 @@ export class DashboardExporter {
|
||||
return newObj;
|
||||
})
|
||||
.catch(err => {
|
||||
console.log('Export failed:', err);
|
||||
console.error('Export failed:', err);
|
||||
return {
|
||||
error: err,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user