Browse Source

remove a debuging print... no logner needed..

[git-p4: depot-paths = "//depot/": change = 1115]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney 17 years ago
parent
commit
c04ce36539
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      pyvr.py

+ 0
- 1
pyvr.py View File

@@ -198,7 +198,6 @@ class PYVR(Container):
raise self.pend

def doCheck(self, x):
print `self.page.response_headers`
slm = self.page.response_headers['last-modified']
if slm == self.lastmodified:
# Page the same, don't do anything


Loading…
Cancel
Save