Skip to content

Commit 370ec55

Browse files
temiCopilot
andauthored
removing used variable
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c1501a5 commit 370ec55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grails-app/controllers/au/org/ala/merit/FileScanInterceptor.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class FileScanInterceptor {
1414

1515
boolean before() {
1616
if (request.respondsTo('getFile')) {
17-
boolean clean = true
1817
List statusCodes = []
1918
def files = request.getFileNames()
2019
while(files.hasNext()) {

0 commit comments

Comments
 (0)