Ver código fonte

[cdb] Removed debug break

Clément Espeute 3 meses atrás
pai
commit
6914b92d51
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      hide/view/Prefab.hx

+ 0 - 2
hide/view/Prefab.hx

@@ -602,8 +602,6 @@ class Prefab extends hide.view.FileView {
 		var cdbType = prefab.getCdbType();
 
 		if (cdbType != null) {
-			if (prefab.name == "npc")
-				trace("break");
 			var db = hide.Ide.inst.database;
 			var sheet = db.getSheet(cdbType);
 			hide.comp.cdb.Editor.cleanupOptionalLines([prefab.props], sheet, optionalBackup);