Skip to content

Commit

Permalink
remove an old debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Aug 7, 2024
1 parent 9cddf57 commit 3da4128
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ private void handleNode(int divergenceIndex, boolean rename, String[] oldPackage
// skips all classes that do not match the exact package being renamed
if (this.mode == Mode.MOVE) {
if (!oldName.equals(String.join("/", oldPackageNames) + "/" + classNode.getDeobfEntry().getSimpleName())) {
System.out.println("ignoring: " + oldName);
return;
}
}
Expand Down

0 comments on commit 3da4128

Please sign in to comment.