Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Feb 7, 2024
1 parent 881ba8a commit d8784f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/core.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ cdef public void EvalBackendClosure_callFuncReq(
cdef public void EvalBackendClosure_emitMessage(
obj,
const cpp_string &msg) with gil:
print("EvalBackendClosure_emitMessage")
obj.emitMessage(msg.decode())

cdef class EvalThread(Eval):
Expand Down

0 comments on commit d8784f9

Please sign in to comment.