Skip to content

Commit

Permalink
Fix duplicate method from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdos committed Feb 21, 2022
1 parent 71b6014 commit 86ae3f3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ class AdminController {
redirect(action: 'index')
}

def clearRecordCountCache() {
flash.message = doClearRecordCountCache()
redirect(action: 'index')
}

def doClearFacetsCache() {
facetsCacheService.clearCache()
"facetsCache cache cleared\n"
Expand Down

0 comments on commit 86ae3f3

Please sign in to comment.