Skip to content

Commit

Permalink
* remove debug print statement, "got here", left behind by developer …
Browse files Browse the repository at this point in the history
…[rtj]
  • Loading branch information
rjones30 committed Mar 8, 2022
1 parent a9d571f commit 782a4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GlueXDetectorConstruction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ void GlueXDetectorConstruction::ConstructSDandField()
if (fcalHandler == 0) {
fcalInsertHandler = new GlueXSensitiveDetectorFCALinsert("fcalinsert");
SDman->AddNewDetector(fcalInsertHandler);
cout << "got here" <<endl;
}
iter->second->SetSensitiveDetector(fcalInsertHandler);
}
Expand Down

0 comments on commit 782a4cb

Please sign in to comment.