Chore: Removes some unneeded console logging and changes logs to errors (#26235)

This commit is contained in:
kay delaney
2020-07-10 15:07:04 +01:00
committed by GitHub
parent 718d6fb25d
commit 1391575853
51 changed files with 45 additions and 77 deletions

View File

@@ -204,7 +204,7 @@ export class DashboardExporter {
return newObj;
})
.catch(err => {
console.log('Export failed:', err);
console.error('Export failed:', err);
return {
error: err,
};