airport.c
changeset 65 f9f866bc609c
parent 0 29654efe3188
child 69 f8c29cdb388e
--- a/airport.c	Mon Aug 16 13:54:37 2004 +0000
+++ b/airport.c	Mon Aug 16 14:48:35 2004 +0000
@@ -92,10 +92,8 @@
 
 	// build the state machine
 	AirportBuildAutomata(Airport, FA);
-	//#ifdef _DEBUG
-	//	{printf("#Elements %2d; #Terminals %2d in %d group(s); #Helipads %2d in %d group(s)\n", Airport->nofelements,
-	//				  Airport->nofterminals, Airport->nofterminalgroups, Airport->nofhelipads, Airport->nofhelipadgroups);}
-	//#endif
+	//	DEBUG(misc, 1) ("#Elements %2d; #Terminals %2d in %d group(s); #Helipads %2d in %d group(s)", Airport->nofelements,
+	//				  Airport->nofterminals, Airport->nofterminalgroups, Airport->nofhelipads, Airport->nofhelipadgroups);
 
 
 	{