Skip to content

Commit

Permalink
fix: remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjaneczek committed Jun 6, 2024
1 parent bf10f0c commit 9b64f41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/app/features/trails/DataTrail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ export class DataTrail extends SceneObjectBase<DataTrailState> {
})
);

// Signal that the search terms variable has changed
// const searchTermsVariable = getSearchTermsVariable(this);
// searchTermsVariable.publishEvent(new SceneVariableValueChangedEvent(searchTermsVariable), true);

const urlState = getUrlSyncManager().getUrlState(this);
const fullUrl = urlUtil.renderUrl(locationService.getLocation().pathname, urlState);
locationService.replace(fullUrl);
Expand Down

0 comments on commit 9b64f41

Please sign in to comment.