From 2b2a9bfbed059a1ba22d9c252c46d33c8c5a01d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 17 Dec 2022 23:53:28 +0100 Subject: [PATCH] Remove printing "xxx" in FullMultinameAvm2item --- .../flash/abc/avm2/model/FullMultinameAVM2Item.java | 9 --------- 1 file changed, 9 deletions(-) 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