Skip to content

Commit e560632

Browse files
author
Barnabás Domozi
committed
[PythonService] Remove getProperties message for release builds
1 parent 706b7e6 commit e560632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/python/service/src/pythonservice.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ void PythonServiceHandler::getProperties(
8383
std::map<std::string, std::string>& return_,
8484
const core::AstNodeId& astNodeId_)
8585
{
86+
#ifndef NDEBUG
8687
LOG(info) << "[PYTHONSERVICE] " << __func__;
88+
#endif
8789
model::PYName pyname = PythonServiceHandler::queryNodeByID(astNodeId_);
8890

8991
if(!pyname.full_name.empty())

0 commit comments

Comments
 (0)