浏览代码

Remove debug code from h2d Flow

Leonardo Jeanteur 5 月之前
父节点
当前提交
7f565df239
共有 1 个文件被更改,包括 0 次插入17 次删除
  1. 0 17
      h2d/Flow.hx

+ 0 - 17
h2d/Flow.hx

@@ -1135,23 +1135,6 @@ class Flow extends Object {
 		onBeforeReflow();
 		syncPos();
 
-		var c = null;
-		if (dom?.hasClass("align-test-parent"))
-			c = "align-test-parent";
-		if (dom?.hasClass("align-test"))
-			c = "align-test";
-		if (dom?.hasClass("align-test-child1"))
-			c = "align-test-child1";
-		if (dom?.hasClass("align-test-child2"))
-			c = "align-test-child2";
-		var deb = c != null;
-		var a = 0;
-		if (deb) {
-			if (a == c.length) {
-				trace("hello break please");
-			}
-		}
-
 		if( !isConstraint && (fillWidth || fillHeight) ) {
 			var scene = getScene();
 			var cw = fillWidth ? scene.width : -1;