This commit is contained in:
坏黑 2021-08-25 16:19:52 +08:00
parent ce8fe9c4bf
commit b7d5a97452
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ class OptimizeFileReader(project: Project, input: InputStream) {
set.removeAll(member) set.removeAll(member)
set.removeAll(exclude) set.removeAll(exclude)
if (set.isNotEmpty()) { if (set.isNotEmpty()) {
println("$s -> $set")
return false return false
} }
} }