diff --git a/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java b/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java index 1c844af34..cf3cda5ed 100644 --- a/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java +++ b/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java @@ -107,14 +107,6 @@ public class MethodBody implements Cloneable, Serializable { if (debugMode) { System.err.println("Decompiling " + path); } - if (path.equals("")) { - Logger.getLogger(MethodBody.class.getName()).log(Level.SEVERE, "Empty", new Exception()); - System.exit(0); - } - if (path.startsWith("*.")) { - Logger.getLogger(MethodBody.class.getName()).log(Level.SEVERE, "Star", new Exception()); - //System.exit(0); - } String s = ""; if (!(Boolean) Configuration.getConfig("decompile", Boolean.TRUE)) { s = "//Decompilation skipped";