From 034282cdbee84aa4909bbe79189aa0be45ab119a Mon Sep 17 00:00:00 2001 From: Andrea Zoli <zoli@iasfbo.inaf.it> Date: Mon, 10 Aug 2015 11:39:31 +0200 Subject: [PATCH] Comment debug print. --- src/InputFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputFile.cpp b/src/InputFile.cpp index 31ff2d8..1bceabb 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; } -- GitLab