From 5d50ab1b5ff8397217b02a13c48ac093e531d97d Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Fri, 22 Feb 2019 13:15:57 +0100 Subject: [PATCH] removed a debug cout --- src/VariableGroup.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/VariableGroup.cc b/src/VariableGroup.cc index ef52a9c5..c18d220b 100644 --- a/src/VariableGroup.cc +++ b/src/VariableGroup.cc @@ -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!"); } -- GitLab