Skip to content

Commit e61e002

Browse files
author
Roberto De Ioris
committed
removed useless debug
1 parent 2af4ebb commit e61e002

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/UnrealEnginePython/Private/UEPyModule.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ static PyObject *py_ue_get_py_proxy(ue_PyUObject *self, PyObject * args)
125125
if (self->py_proxy)
126126
{
127127
Py_INCREF(self->py_proxy);
128-
UE_LOG(LogPython, Error, TEXT("PROXY %d"), self->py_proxy->ob_refcnt);
129128
return (PyObject *)self->py_proxy;
130129
}
131130

0 commit comments

Comments
 (0)