Skip to content

Commit c3194e9

Browse files
committed
Removed comment out code
1 parent 80a3f83 commit c3194e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CondFormats/CSCObjects/src/CSCReadoutMappingFromFile.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CSCReadoutMappingFromFile::~CSCReadoutMappingFromFile() {}
1010

1111
void CSCReadoutMappingFromFile::fill(std::string fileName) {
1212
theMappingFile = std::move(fileName);
13-
// edm::FileInPath fp = ps.getParameter<edm::FileInPath>("theMappingFile");
14-
//theMappingFile = fp.fullPath();
1513
std::ifstream in(theMappingFile.c_str());
1614
std::string line;
1715
const std::string commentFlag = "#";

0 commit comments

Comments
 (0)