Skip to content

Commit 0da6d76

Browse files
committed
fix: logo print
1 parent d782585 commit 0da6d76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev.skidfuscator.client.standalone/src/main/java/dev/skidfuscator/obfuscator/SkidfuscatorMain.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ public static void main(String[] args) {
3434
return;
3535
}
3636

37-
final String[] logo = LogoUtil.getLogo();
38-
for (String line : logo) {
39-
System.out.println(line);
40-
}
37+
LogoUtil.printLogo();
4138

4239
if (args.length == 1 && args[0].equalsIgnoreCase("cli")) {
4340
final LineReader reader = LineReaderBuilder

0 commit comments

Comments
 (0)