Oops, remove some debugging prints.

This commit is contained in:
Fred Drake 1998-03-04 06:34:21 +00:00
parent b98cd39e20
commit cefcb33d4e
2 changed files with 0 additions and 4 deletions

View file

@ -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 '),