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:
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user