We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a3da3 commit 5ca858cCopy full SHA for 5ca858c
1 file changed
src/Core/Python/PythonInterpreter.cc
@@ -646,7 +646,6 @@ bool PythonInterpreter::run_string(const std::string& command)
646
this->private_->command_buffer_ += command;
647
}
648
649
- std::cout << "Thread ID: " << std::this_thread::get_id() << std::endl;
650
// ENTER PYTHON (GIL)
651
auto gstate = PyGILState_Ensure();
652
0 commit comments