mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove console.log from correlations service (#98969)
This commit is contained in:
@@ -112,7 +112,6 @@ let singletonInstance: CorrelationsService;
|
||||
* @internal
|
||||
*/
|
||||
export function setCorrelationsService(instance: CorrelationsService) {
|
||||
console.log('setCorrelationsService', instance);
|
||||
singletonInstance = instance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user