Skip to content

Commit 5ca858c

Browse files
committed
removed comments
1 parent b4a3da3 commit 5ca858c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Core/Python/PythonInterpreter.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ bool PythonInterpreter::run_string(const std::string& command)
646646
this->private_->command_buffer_ += command;
647647
}
648648

649-
std::cout << "Thread ID: " << std::this_thread::get_id() << std::endl;
650649
// ENTER PYTHON (GIL)
651650
auto gstate = PyGILState_Ensure();
652651

0 commit comments

Comments
 (0)