Skip to content
Snippets Groups Projects
Commit 5d50ab1b authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed a debug cout

parent 2fa24945
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ namespace ChimeraTK {
: ModuleImpl(owner, name, description, eliminateHierarchy, tags) {
if(!dynamic_cast<ApplicationModule*>(owner) && !dynamic_cast<DeviceModule*>(owner) &&
!dynamic_cast<VariableGroup*>(owner)) {
std::cout << "VariableGroup is throwing" << std::endl;
throw ChimeraTK::logic_error("VariableGroups must be owned by ApplicationModule, DeviceModule or "
"other VariableGroups!");
}
......
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