mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-24 18:03:43 +03:00
Removed added Dprintf statements
Removed extra Dprintf statements added to trouble large objects
This commit is contained in:
parent
c4ffc0d940
commit
72c7374d8e
|
@ -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