From 3ec3c7fc2ba3f9192d4a59012b092a09e5e0eee2 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Fri, 5 Dec 2003 16:51:18 +0000 Subject: [PATCH] Se saca un output que quedo perdido --- Model/include/or.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Model/include/or.h b/Model/include/or.h index 92b5406..ea226f6 100644 --- a/Model/include/or.h +++ b/Model/include/or.h @@ -22,7 +22,6 @@ public: std::list::iterator it; for(it = in_list.begin(); it != in_list.end(); it++) { mi_entrada = static_cast(*it); - std::cout << name << " -> " << mi_entrada->get_name() << " " << mi_entrada->get_output() << std::endl; mi_salida = mi_salida || mi_entrada->get_output(); } return mi_salida; -- 2.43.0