aboutsummaryrefslogtreecommitdiff
path: root/clint.py
diff options
context:
space:
mode:
Diffstat (limited to 'clint.py')
-rwxr-xr-xclint.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/clint.py b/clint.py
index 9715edd54e..097b54f1c1 100755
--- a/clint.py
+++ b/clint.py
@@ -3070,8 +3070,6 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
'One or more unexpected \\r (^M) found;'
'better to use only a \\n')
- sys.stderr.write('Done processing %s\n' % filename)
-
def PrintUsage(message):
"""Prints a brief usage string and exits, optionally with an error message.