diff --git a/core/src/G3PipelineInfo.cxx b/core/src/G3PipelineInfo.cxx index 01e6fd24..425082d6 100644 --- a/core/src/G3PipelineInfo.cxx +++ b/core/src/G3PipelineInfo.cxx @@ -80,8 +80,6 @@ template void G3ModuleConfig::load(A &ar, unsigned v) std::string G3ModuleConfig::Summary() const { - G3PythonContext ctx("G3ModuleConfig::Summary", true); - std::string rv = "pipe.Add(" + modname; for (auto i : config) { rv += ", " + i.first + "=" + i.second->Summary();