1.26
This commit is contained in:
parent
ce8fe9c4bf
commit
b7d5a97452
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue