mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-03-03 23:55:46 +03:00
Removed added Dprintf statements
Removed extra Dprintf statements added to trouble large objects
This commit is contained in:
parent
2cdc8d61a2
commit
d0309333b7
|
@ -276,10 +276,8 @@ psyco_lobj_truncate(lobjectObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
Py_ssize_t len = 0;
|
Py_ssize_t len = 0;
|
||||||
|
|
||||||
Dprintf("psyco_lobj_truncate: Enter lobject object at %p", self);
|
|
||||||
if (!PyArg_ParseTuple(args, "|n", &len))
|
if (!PyArg_ParseTuple(args, "|n", &len))
|
||||||
return NULL;
|
return NULL;
|
||||||
Dprintf("psyco_lobj_truncate: Parsed Successfully");
|
|
||||||
|
|
||||||
EXC_IF_LOBJ_CLOSED(self);
|
EXC_IF_LOBJ_CLOSED(self);
|
||||||
EXC_IF_LOBJ_LEVEL0(self);
|
EXC_IF_LOBJ_LEVEL0(self);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user