From cefcb33d4e846954ce70a1fad6d73c38396c013f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 4 Mar 1998 06:34:21 +0000 Subject: [PATCH] Oops, remove some debugging prints. --- Doc/partparse.py | 2 -- Doc/tools/partparse.py | 2 -- 2 files changed, 4 deletions(-) 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 '), -- 2.50.0