From 5bc86cfbf614f0ecd8ee43ae96c3f8ebc04004ce Mon Sep 17 00:00:00 2001 From: johns <> Date: Fri, 9 Mar 2001 01:37:39 +0000 Subject: [PATCH] Debug removed. --- src/unit/unit.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/unit/unit.cpp b/src/unit/unit.cpp index f1e0ec0e7..20f897954 100644 --- a/src/unit/unit.cpp +++ b/src/unit/unit.cpp @@ -2574,10 +2574,6 @@ global int MapDistanceBetweenUnits(const Unit* src,const Unit* dst) } } - if( src->Selected ) - DebugLevel2("\tDistance %d,%d -> %d,%d = %d\n" - ,x1,y1,x2,y2,(dy<dx) ? dx : dy); - return (dy<dx) ? dx : dy; }