station_gui.c
changeset 65 f9f866bc609c
parent 0 29654efe3188
child 69 f8c29cdb388e
--- a/station_gui.c	Mon Aug 16 13:54:37 2004 +0000
+++ b/station_gui.c	Mon Aug 16 14:48:35 2004 +0000
@@ -107,9 +107,8 @@
 
 	_last_station_idx = 255; // used for "cache"
 	qsort(_station_sort, n, sizeof(_station_sort[0]), StationSorterByName);
-	//#ifdef _DEBUG
-	//	{printf("Resorting Stations list...\n");}
-	//#endif
+	
+	//DEBUG(misc, 1) ("Resorting Stations list...");
 }
 
 static void PlayerStationsWndProc(Window *w, WindowEvent *e)