Skip to content

Commit 5df54c7

Browse files
bladamsRamiro Morales
authored andcommitted
remove debugging print
1 parent 31a48c6 commit 5df54c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

_mssql.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ cdef class MSSQLConnection:
876876
return 0
877877

878878
if dbtype[0] == SQLFLT8:
879-
print 'Using FLT8'
880879
dblValue = <double *>PyMem_Malloc(sizeof(double))
881880
dblValue[0] = <double>value
882881
dbValue[0] = <BYTE *><DBFLT8 *>dblValue

0 commit comments

Comments
 (0)