comment out debug print

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-09-09 16:05:11 +00:00
parent 7718a32fc5
commit 710e77f5f7
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ def testChangesText(dir, version, project):
# NOTE: O(N) but N should be smallish:
if 'CHANGES.txt' in files:
fullPath = '%s/CHANGES.txt' % root
print 'CHECK %s' % fullPath
#print 'CHECK %s' % fullPath
checkChangesContent(open(fullPath).read(), version, fullPath, project, False)
def checkChangesContent(s, version, name, project, isHTML):