Eliminados dos cout de enter_id.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user