GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:54:09 +0000 (07:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:54:09 +0000 (07:54 +0800)
GitLogParser.js

index 758291c..0650059 100644 (file)
@@ -148,11 +148,10 @@ for (var h in res) {
             print(h + ' ' + res[h][p].total/60000 +'m IDLE' );
             continue;
         }
-        print(h + ' ' + res[h][p].total/60000 +'m ' + p ); break;
-        print("hp?"+JSON.stringify(res[h][p]));
-
+        print(h + ' ' + res[h][p].total/60000 +'m ' + p );  
+       
         for (var k in res[h][p].items) {
-            print(JSON.stringify(res[h][p].items[k]));
+             
             print( '     ' + res[h][p].items[k].span/60000 +'m ' + res[h][p].items[k].line );
                  
         }