Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 5, 2022
1 parent 5dcd994 commit b496d05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions restG4.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ int main(int argc, char** argv) {
auto gdml = new TRestGDMLParser();

// This call will generate a new single file GDML output
auto geometryFilename = restG4Metadata->Get_GDML_Filename();
cout << "Geometry Filename: " << geometryFilename << endl;
gdml->Load((string)restG4Metadata->Get_GDML_Filename());

// We redefine the value of the GDML file to be used in DetectorConstructor.
Expand Down

0 comments on commit b496d05

Please sign in to comment.