Skip to content

Commit 562c81d

Browse files
committed
Remove commented-out putenv() calls from SiPixelFedCablingMapWriter
1 parent ab76956 commit 562c81d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CalibTracker/SiPixelConnectivity/test/SiPixelFedCablingMapWriter.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ SiPixelFedCablingMapWriter::SiPixelFedCablingMapWriter(const edm::ParameterSet&
4545
out << " input file name " << fileName_ << endl;
4646
//out << " phase " << phase1_ << endl;
4747
LogInfo("initialisation: ") << out.str();
48-
49-
//::putenv(const_cast<char*>(std::string("CORAL_AUTH_USER=me").c_str()));
50-
//::putenv(const_cast<char*>(std::string("CORAL_AUTH_PASSWORD=none").c_str()));
5148
}
5249

5350
SiPixelFedCablingMapWriter::~SiPixelFedCablingMapWriter() = default;

0 commit comments

Comments
 (0)