Skip to content

Commit 86ae3f3

Browse files
committed
Fix duplicate method from PR
1 parent 71b6014 commit 86ae3f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

grails-app/controllers/au/org/ala/biocache/hubs/AdminController.groovy

-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ class AdminController {
7070
redirect(action: 'index')
7171
}
7272

73-
def clearRecordCountCache() {
74-
flash.message = doClearRecordCountCache()
75-
redirect(action: 'index')
76-
}
77-
7873
def doClearFacetsCache() {
7974
facetsCacheService.clearCache()
8075
"facetsCache cache cleared\n"

0 commit comments

Comments
 (0)