Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
jar bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 17, 2024
1 parent e8b0dcb commit 4c4fca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/y4sec/encryptor/core/PatchHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public static void patchJar(Path jarPath, Path libPath, String packageName, byte
logger.info("encrypt finished");
logger.info("output file: {}", outputFileName);
} catch (Exception e) {
e.printStackTrace();
logger.error("patch error: {}", e.toString());
}
}
Expand Down

0 comments on commit 4c4fca9

Please sign in to comment.