We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f0b6f commit 4183d1aCopy full SHA for 4183d1a
source/framework/core/src/TRestRun.cxx
@@ -46,7 +46,7 @@ TRestRun::TRestRun(string filename) {
46
Initialize();
47
LoadConfigFromFile(filename);
48
} else {
49
- ferr << "TRestRun::TRestRun(): input file error!" << endl;
+ // ferr << "TRestRun::TRestRun(): input file error!" << endl;
50
}
51
52
0 commit comments