From: Fred Drake Date: Wed, 4 Mar 1998 06:34:21 +0000 (+0000) Subject: Oops, remove some debugging prints. X-Git-Tag: v1.5.1~512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cefcb33d4e846954ce70a1fad6d73c38396c013f;p=python Oops, remove some debugging prints. --- diff --git a/Doc/partparse.py b/Doc/partparse.py index 33e4ad4476..ebd1b95975 100644 --- a/Doc/partparse.py +++ b/Doc/partparse.py @@ -2151,10 +2151,8 @@ def changeit(buf, pp): elif s_buf_data == 'deprecated': length, newi = getnextarg(length, buf, pp, i) version = pp[i:newi][0] - print "version =", version length, newi2 = getnextarg(length, buf, pp, newi) action = pp[newi:newi2] - print "action =", action del pp[i-1:newi2] length = length - (newi2 - i) - 1 stuff = [chunk(PLAIN, ch.where, 'Deprecated since release '), diff --git a/Doc/tools/partparse.py b/Doc/tools/partparse.py index 33e4ad4476..ebd1b95975 100644 --- a/Doc/tools/partparse.py +++ b/Doc/tools/partparse.py @@ -2151,10 +2151,8 @@ def changeit(buf, pp): elif s_buf_data == 'deprecated': length, newi = getnextarg(length, buf, pp, i) version = pp[i:newi][0] - print "version =", version length, newi2 = getnextarg(length, buf, pp, newi) action = pp[newi:newi2] - print "action =", action del pp[i-1:newi2] length = length - (newi2 - i) - 1 stuff = [chunk(PLAIN, ch.where, 'Deprecated since release '),