diff --git a/buildscripts/cpplint.py b/buildscripts/cpplint.py index 66b1d9b8212..008e4038a08 100644 --- a/buildscripts/cpplint.py +++ b/buildscripts/cpplint.py @@ -6026,7 +6026,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]): Error(filename, linenum, 'whitespace/newline', 1, 'Unexpected \\r (^M) found; better to use only \\n') - sys.stderr.write('Done processing %s\n' % filename) + #sys.stderr.write('Done processing %s\n' % filename) _RestoreFilters()