diff --git a/source/enter_id.cpp b/source/enter_id.cpp index 46679fe..709b382 100644 --- a/source/enter_id.cpp +++ b/source/enter_id.cpp @@ -322,8 +322,6 @@ void EnterID::endSection() // Inicializa el vector utilizado para almacenar el texto que se escribe en pantalla void EnterID::initName() { - std::cout << options->online.jailerID << std::endl; - // Calcula el tamaƱo del vector name[0] = 0; maxLenght = sizeof(name) / sizeof(name[pos]); @@ -348,6 +346,4 @@ void EnterID::initName() } pos = len; } - - std::cout << (std::string)name << std::endl; } \ No newline at end of file