DEV: Remove incorrect comment in tag/show controller (#10423)

This commit is contained in:
Mark VanLandingham 2020-08-13 09:19:09 -05:00 committed by GitHub
parent 7194b31443
commit 2008ecd68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ export default Controller.extend(BulkTopicSelection, FilterModeMixin, {
},
refresh() {
// TODO: this probably doesn't work anymore
return this.store
.findFiltered("topicList", { filter: "tags/" + this.get("tag.id") })
.then(list => {