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

@@ -109,7 +109,7 @@ export class InspectJSONTab extends PureComponent<Props, State> {
appEvents.emit(AppEvents.alertSuccess, ['Panel model updated']);
}
} catch (err) {
console.log('Error applyign updates', err);
console.error('Error applying updates', err);
appEvents.emit(AppEvents.alertError, ['Invalid JSON text']);
}