commit 14963e778db81c347c27bb5081f03e044b3b86a0
Author: Christian Fromme <kaner(a)strace.org>
Date: Thu Nov 17 20:12:06 2011 +0100
Erronous log message on MakeStat.py
---
MakeStat.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/MakeStat.py b/MakeStat.py
index 9bc8c70..f5ddf70 100644
--- a/MakeStat.py
+++ b/MakeStat.py
@@ -76,7 +76,6 @@ def main():
fileList = sorted(fileList)
for f in fileList:
dateInfo, stats = makestats(f, config.PACKAGES)
- print "File: ", f
printStatsStdout(dateInfo, stats)
if __name__ == "__main__":