[Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.18,2.19

Fred L. Drake python-dev@python.org
Thu, 21 Sep 2000 21:49:52 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11847

Modified Files:
	pyexpat.c 
Log Message:

Remove debugging print.  ;(


Index: pyexpat.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pyexpat.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** pyexpat.c	2000/09/21 20:10:23	2.18
--- pyexpat.c	2000/09/22 04:49:50	2.19
***************
*** 415,420 ****
      int len = -1;
  
-     fprintf(stderr, "calling readinst()\n");
- 
      if ((bytes = PyInt_FromLong(buf_size)) == NULL) {
          if (!PyErr_Occurred())
--- 415,418 ----