Index: trunk/phase3/resources/jquery/jquery.tablesorter.js |
— | — | @@ -80,14 +80,6 @@ |
81 | 81 | debug: false |
82 | 82 | }; |
83 | 83 | |
84 | | - /* debuging utils */ |
85 | | - // |
86 | | - // function benchmark( s, d ) { |
87 | | - // console.log( s + " " + ( new Date().getTime() - d.getTime() ) + "ms" ); |
88 | | - // } |
89 | | - // |
90 | | - // this.benchmark = benchmark; |
91 | | - // |
92 | 84 | /* parsers utils */ |
93 | 85 | |
94 | 86 | function buildParserCache( table, $headers ) { |
— | — | @@ -110,9 +102,7 @@ |
111 | 103 | if (p === false) { |
112 | 104 | p = detectParserForColumn( table, rows, i ); |
113 | 105 | } |
114 | | - // if ( table.config.debug ) { |
115 | | - // console.log( "column:" + i + " parser:" + p.id + "\n" ); |
116 | | - // } |
| 106 | + |
117 | 107 | list.push(p); |
118 | 108 | } |
119 | 109 | } |
— | — | @@ -299,11 +289,6 @@ |
300 | 290 | table.config.headerList[index] = this; |
301 | 291 | } ); |
302 | 292 | |
303 | | - // if ( table.config.debug ) { |
304 | | - // benchmark( "Built headers:", time ); |
305 | | - // console.log( $tableHeaders ); |
306 | | - // } |
307 | | - // |
308 | 293 | return $tableHeaders; |
309 | 294 | |
310 | 295 | } |
Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.history.js |
— | — | @@ -59,7 +59,6 @@ |
60 | 60 | } |
61 | 61 | var copyAttrs = ['title', 'accesskey']; |
62 | 62 | $buttons.each(function() { |
63 | | - console.log(this); |
64 | 63 | var $button = $(this), |
65 | 64 | $compareLink= $( '<a></a>', { |
66 | 65 | 'class': 'compare-link', |