Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit c12e637

Browse files
committed
XmlComponent: remove trace()
1 parent c270862 commit c12e637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/feathersui/xml/XmlComponent.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ class XmlComponent {
154154
Context.error('Component XML file not found: ${filePath}', Context.currentPos());
155155
}
156156
var content = File.getContent(filePath);
157-
trace(filePath);
158157
posInfos = {file: filePath, min: 0, max: content.length};
159158
return loadXmlString(content);
160159
}

0 commit comments

Comments
 (0)