diff --git a/src/InputFile.cpp b/src/InputFile.cpp index 31ff2d8ec7709f5abff796495af2b9fe159b4330..1bceabbbcbc2135a2e41d936f6fcf2eab6b6aa43 100644 --- a/src/InputFile.cpp +++ b/src/InputFile.cpp @@ -27,7 +27,7 @@ InputFile::InputFile(bool bg) : Input(bg) InputFile::~InputFile() { - cout << "InputFile::~InputFile()" << endl; +// cout << "InputFile::~InputFile()" << endl; delete file; }