diff --git a/trunk/src/com/jpexs/decompiler/flash/graph/BinaryOpItem.java b/trunk/src/com/jpexs/decompiler/flash/graph/BinaryOpItem.java index 1ae774e5e..be075b31b 100644 --- a/trunk/src/com/jpexs/decompiler/flash/graph/BinaryOpItem.java +++ b/trunk/src/com/jpexs/decompiler/flash/graph/BinaryOpItem.java @@ -48,9 +48,6 @@ public abstract class BinaryOpItem extends GraphTargetItem { } else { ret += leftSide.toString(localData); } - if (ret.length() > 500) { - return "/*line too long*/"; - } ret += hilight(operator); if (rightSide.getPrecedence() > precedence) {