diff --git a/DDCore/src/plugins/ShapePlugins.cpp b/DDCore/src/plugins/ShapePlugins.cpp index 8f9d14759b2484da1df52e71536526add82823f4..5410e13000a7b46cedcf3f0d53d7f02d00eed41f 100644 --- a/DDCore/src/plugins/ShapePlugins.cpp +++ b/DDCore/src/plugins/ShapePlugins.cpp @@ -581,8 +581,7 @@ static Ref_t create_shape(Detector& description, xml_h e, Ref_t /* sens */) { } else { printout(INFO,"TestShape","Correct shape type: %s <-> %s Instance test: %s", - shape.typeStr().c_str(), solid->GetTitle(), - instance_test ? "OK" : "FAILED"); + shape.typeStr().c_str(), solid->GetTitle(), "OK"); } } pv = description.worldVolume().placeVolume(assembly);