From 72d11a6b1631bce69e9ef245cf382ec71917061d Mon Sep 17 00:00:00 2001
From: johns <>
Date: Wed, 12 Jul 2000 23:05:08 +0000
Subject: [PATCH] Debug message added.

---
 src/action/action_minegold.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/action/action_minegold.cpp b/src/action/action_minegold.cpp
index d41a2e0d1..d78d3be8a 100644
--- a/src/action/action_minegold.cpp
+++ b/src/action/action_minegold.cpp
@@ -80,7 +80,6 @@ local int MoveToGoldMine(Unit* unit)
     // we should check if there's still some gold left in the mine instead.
     DebugCheck( !destu->Refs );
     --destu->Refs;
-    DebugLevel0Fn("Refs remaining %d\n",destu->Refs);
     DebugCheck( !destu->Refs );
     unit->Command.Data.Move.Goal=NoUnitP;