Skip to content

Commit

Permalink
Removed debug print left in 4.0.18.
Browse files Browse the repository at this point in the history
Sorry everyone.
  • Loading branch information
mkleehammer committed Oct 23, 2017
1 parent 383fa6c commit 7216114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1504,8 +1504,6 @@ static PyObject* Cursor_primaryKeys(PyObject* self, PyObject* args, PyObject* kw
const char* szCatalog = 0;
const char* szSchema = 0;

printf("ARGS: c=%d\n", (int)PyTuple_Size(args));

if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|zz", Cursor_primaryKeys_kwnames, &szTable, &szCatalog, &szSchema))
return 0;

Expand Down

0 comments on commit 7216114

Please sign in to comment.