From ed3aa487f3460bdd8387d80a63589b0e04aa0396 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Thu, 29 Sep 2005 17:28:45 +0000 Subject: [PATCH] Saco msg de debug. --- src/clave_variable.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clave_variable.cpp b/src/clave_variable.cpp index 6534764..c4fd1f1 100644 --- a/src/clave_variable.cpp +++ b/src/clave_variable.cpp @@ -18,7 +18,6 @@ ClaveVariable::ClaveVariable (uchar *n) memcpy (str, n, sizeof (uchar)*len); str[len] = '\0'; data = std::string ((const char *)(str)); - std::cout << "CREE : " << data << std::endl; delete [] str; } -- 2.43.0