From: Axel R. <ro...@us...> - 2017-03-16 19:46:28
|
Update of /cvsroot/sdif/Easdif/swig/python In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13527 Modified Files: sdiftypemap-python.i Log Message: Removed remaining debug output. Index: sdiftypemap-python.i =================================================================== RCS file: /cvsroot/sdif/Easdif/swig/python/sdiftypemap-python.i,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sdiftypemap-python.i 15 Mar 2017 10:54:34 -0000 1.8 --- sdiftypemap-python.i 16 Mar 2017 19:46:25 -0000 1.9 *************** *** 6,9 **** --- 6,12 ---- // // $Log$ + // Revision 1.9 2017/03/16 19:46:25 roebel + // Removed remaining debug output. + // // Revision 1.8 2017/03/15 10:54:34 roebel // Summary: Version 1.4.25 - Python 3 fix *************** *** 45,51 **** { %#if PY_MAJOR_VERSION < 3 - fprintf(stderr,"StringCheck %d\n",PyString_Check($input)); - if(PyString_Check($input)) - fprintf(stderr,"StringSize %ld\n",PyString_Size($input)); if (PyString_Check($input) && (PyString_Size($input) == 4)) { --- 48,51 ---- |