From 06baca70722d0f90797603e4f6c3dcc547f48a68 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 28 Apr 2006 07:51:54 +0000 Subject: [PATCH] * nero/src/ : - Removing annoying debug message. --- alliance/src/nero/src/MNet.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alliance/src/nero/src/MNet.cpp b/alliance/src/nero/src/MNet.cpp index c62b9410..0290c0a1 100644 --- a/alliance/src/nero/src/MNet.cpp +++ b/alliance/src/nero/src/MNet.cpp @@ -1,7 +1,7 @@ // -*- C++ -*- // -// $Id: MNet.cpp,v 1.11 2006/04/12 16:33:00 jpc Exp $ +// $Id: MNet.cpp,v 1.12 2006/04/28 07:51:54 jpc Exp $ // // /----------------------------------------------------------------\ // | | @@ -488,7 +488,6 @@ void CNet::newaccess (string termName, CRect &rect, int z) // Terminal not found : add a new one. if (id == size) { - cerr << "Adding new terminal" << endl; terms.push_back (new CTerm (termName, size)); size += 1; }