Eliminados los comentarios de creación y destrucción de objetos

This commit is contained in:
2023-05-23 17:41:35 +02:00
parent c31bfc6cae
commit ae6477c2ea
7 changed files with 0 additions and 20 deletions

View File

@@ -4,7 +4,6 @@
// Constructor
Asset::Asset(string executablePath)
{
//cout << "Construido Asset" << endl;
this->executablePath = executablePath.substr(0, executablePath.find_last_of("\\/"));
longestName = 0;
verbose = true;
@@ -13,7 +12,6 @@ Asset::Asset(string executablePath)
// Destructot
Asset::~Asset()
{
//cout << "Destruido Asset" << endl;
}
// Añade un elemento a la lista