diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java index 8c680b2c2..4c41dcd30 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java @@ -55,9 +55,6 @@ public class FullMultinameAVM2Item extends AVM2Item { this.namespace = null; this.property = property; this.resolvedMultinameName = resolvedMultinameName; - if (property == false) { - System.err.println("xxx"); - } } public FullMultinameAVM2Item(boolean property, GraphSourceItem instruction, GraphSourceItem lineStartIns, int multinameIndex, String resolvedMultinameName) { @@ -67,9 +64,6 @@ public class FullMultinameAVM2Item extends AVM2Item { this.name = null; this.namespace = null; this.property = property; - if (property == false) { - System.err.println("xxx"); - } } public FullMultinameAVM2Item(boolean property, GraphSourceItem instruction, GraphSourceItem lineStartIns, int multinameIndex, String resolvedMultinameName, GraphTargetItem name, GraphTargetItem namespace) { @@ -79,9 +73,6 @@ public class FullMultinameAVM2Item extends AVM2Item { this.namespace = namespace; this.property = property; this.resolvedMultinameName = resolvedMultinameName; - if (property == false) { - System.err.println("xxx"); - } } @Override