diff --git a/do-copyright.py b/do-copyright.py index 7f70283550cdd37183db284260d6ab0e06508858..882b6fb724381e54fb986247e0541c33444b470b 100755 --- a/do-copyright.py +++ b/do-copyright.py @@ -60,9 +60,7 @@ def checkNote(filename): isSame = False print "need update: " + filename + " new=\'" + noteLines[iLine+1] + "\' vs old=\'" + lines[startNote+iLine].rstrip('\n') + "\'" break - - print filename + " > " + str(len(startNote)) + " " + str(startNote) + " " + str(endNote) + " " + str(isSame) - + # check if notice is the same, or we need to remove multiple notices... if isSame and len(startNote)<=1: return