1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove debug print [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-28 10:34:56 +09:00
parent 624a0ad44d
commit 989e8ad322
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -72,7 +72,6 @@ function hookSearch() {
}
search.select = function(result) {
console.log(result);
window.location.href = result.firstChild.firstChild.href;
}