Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 82e47268 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

remove left over dbg mesg

parent 861dd938
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ void OpalRingDefinition::update() {
ring->setIsClosed(!(Attributes::getString(itsAttr[IS_CLOSED])=="FALSE"));
double minR = -1;
double maxR = -1;
std::cerr << "Ring definition" << std::endl;
// std::cerr << "Ring definition" << std::endl;
if (itsAttr[MIN_R]) {
minR = Attributes::getReal(itsAttr[MIN_R]);
if (!itsAttr[MAX_R]) {
......@@ -135,7 +135,7 @@ void OpalRingDefinition::update() {
if (!itsAttr[MIN_R]) {
throw (""); // EXCEPTION
}
std::cerr << "Ring definition SetRingAperture " << minR << " " << maxR << std::endl;
// std::cerr << "Ring definition SetRingAperture " << minR << " " << maxR << std::endl;
ring->setRingAperture(minR, maxR);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment