We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706b7e6 commit e560632Copy full SHA for e560632
plugins/python/service/src/pythonservice.cpp
@@ -83,7 +83,9 @@ void PythonServiceHandler::getProperties(
83
std::map<std::string, std::string>& return_,
84
const core::AstNodeId& astNodeId_)
85
{
86
+#ifndef NDEBUG
87
LOG(info) << "[PYTHONSERVICE] " << __func__;
88
+#endif
89
model::PYName pyname = PythonServiceHandler::queryNodeByID(astNodeId_);
90
91
if(!pyname.full_name.empty())
0 commit comments