[前][次][番号順一覧][スレッド一覧]

ruby-changes:57353

From: Kazuhiro <ko1@a...>
Date: Wed, 28 Aug 2019 10:35:46 +0900 (JST)
Subject: [ruby-changes:57353] Kazuhiro NISHIYAMA: 989e8ad322 (master): Remove debug print [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=989e8ad322

From 989e8ad322afdfa3aa06e74b89fc42aef42895d0 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Wed, 28 Aug 2019 10:34:56 +0900
Subject: Remove debug print [ci skip]


diff --git a/lib/rdoc/generator/template/darkfish/js/darkfish.js b/lib/rdoc/generator/template/darkfish/js/darkfish.js
index 089813f..111bbf8 100644
--- a/lib/rdoc/generator/template/darkfish/js/darkfish.js
+++ b/lib/rdoc/generator/template/darkfish/js/darkfish.js
@@ -72,7 +72,6 @@ function hookSearch() { https://github.com/ruby/ruby/blob/trunk/lib/rdoc/generator/template/darkfish/js/darkfish.js#L72
   }
 
   search.select = function(result) {
-      console.log(result);
     window.location.href = result.firstChild.firstChild.href;
   }
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]