Update JavaObfuscator.java

Resolving https://github.com/Konloch/bytecode-viewer/issues/281
This commit is contained in:
Kalen (Konloch) Kinloch 2020-07-25 18:45:10 -07:00 committed by GitHub
parent 4dd9d6df27
commit a306db20ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,6 @@ public abstract class JavaObfuscator extends Thread {
@Override
public void run() {
System.out.println("mibbzz is gay");
BytecodeViewer.viewer.setIcon(true);
BytecodeViewer.runningObfuscation = true;
obfuscate();