From 7c1dc8765369f868bb3ef9ba9d86050f532da42c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 8 Jun 2006 22:22:34 +0000 Subject: [PATCH] Se omiten algunos mensajes de debug. --- practicas/pipi/src/routetable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/practicas/pipi/src/routetable.cpp b/practicas/pipi/src/routetable.cpp index 4a043cd..3363952 100644 --- a/practicas/pipi/src/routetable.cpp +++ b/practicas/pipi/src/routetable.cpp @@ -11,8 +11,8 @@ void RouteTable::add(const IPAddr& net, const IPAddr& gw, unsigned metric, Dev& { table[net] = Route(gw, metric, iface); #ifdef DEBUG - std::cout << "Se agregó tabla para " << net << ": gw = " << gw - << ", metric = " << metric << "\n"; + //std::cout << "Se agregó tabla para " << net << ": gw = " << gw + // << ", metric = " << metric << "\n"; #endif } -- 2.43.0