Chore: Removed duplicate filter statement (#41847)

This commit is contained in:
André R. de Miranda 2021-11-18 06:54:18 -03:00 committed by GitHub
parent 5cd4cde12a
commit c644ad31b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -204,9 +204,6 @@ export class DatasourceSrv implements DataSourceService {
if (filters.metrics && !x.meta.metrics) {
return false;
}
if (filters.alerting && !x.meta.alerting) {
return false;
}
if (filters.tracing && !x.meta.tracing) {
return false;
}