Skip to content
Snippets Groups Projects
Commit 034282cd authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Comment debug print.

parent 2401d5be
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ InputFile::InputFile(bool bg) : Input(bg)
InputFile::~InputFile()
{
cout << "InputFile::~InputFile()" << endl;
// cout << "InputFile::~InputFile()" << endl;
delete file;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment