Commit 034282cd authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Comment debug print.

parent 2401d5be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ InputFile::InputFile(bool bg) : Input(bg)

InputFile::~InputFile()
{
    cout << "InputFile::~InputFile()" << endl;
//    cout << "InputFile::~InputFile()" << endl;
    delete file;
}