Remove debug println

This commit is contained in:
Joshua Granick
2014-10-17 20:55:42 -07:00
parent 3f670cb624
commit 743fa93787

View File

@@ -629,7 +629,6 @@ class ProjectXMLParser extends HXProject {
var includeProject = new ProjectXMLParser (includePath, defines);
merge (includeProject);
Sys.println (includeProject);
return;
}