remove transient debugging code
Modified: trunk/reactos/tools/rbuild/XML.cpp

Modified: trunk/reactos/tools/rbuild/XML.cpp
--- trunk/reactos/tools/rbuild/XML.cpp	2005-11-26 04:24:17 UTC (rev 19611)
+++ trunk/reactos/tools/rbuild/XML.cpp	2005-11-26 04:29:40 UTC (rev 19612)
@@ -635,8 +635,6 @@
 		else
 		{
 			XMLElement* e2 = XMLParse ( f, is_include ? NULL : includes, path, &end_tag );
-			if ( e->name == "project" && e2->name == "1" )
-				e = e;
 			if ( !e2 )
 			{
 				string e_location = e->location;