GitLogParser.js
authorAlan Knowles <alan@roojs.com>
Mon, 3 Apr 2017 04:41:08 +0000 (12:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Apr 2017 04:41:08 +0000 (12:41 +0800)
GitLogParser.js

index 70a41f6..6c29d40 100644 (file)
@@ -306,8 +306,7 @@ for (var h in GitLogParser.shours) {
         print ("  " + r.tot + "   : " + r.desc);
     });
 }
-print("\n\n" + h+': Totals (' + htot +')');
+  
  
 unknown.sort(function(a,b) { if (a.tot == b.tot) { return 0; } return a.tot < b.tot ? 1 : -1 });
 print("\n\nUnclassified");