Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js |
— | — | @@ -166,7 +166,6 @@ |
167 | 167 | if ( i < ( sections.length - 1 ) ) { |
168 | 168 | html = html + '<hr />'; |
169 | 169 | } |
170 | | - console.log(html); |
171 | 170 | } |
172 | 171 | html = html + '</div>'; |
173 | 172 | results.innerHTML = html; |