[Groonga-commit] groonga/heroku-buildpack-groonga at 7cf6b0b [master] Remove debug print

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 00:24:41 JST 2016


Kouhei Sutou	2016-02-23 00:24:41 +0900 (Tue, 23 Feb 2016)

  New Revision: 7cf6b0b106bed2e54f98c8d92ff008ded3aa864d
  https://github.com/groonga/heroku-buildpack-groonga/commit/7cf6b0b106bed2e54f98c8d92ff008ded3aa864d

  Message:
    Remove debug print

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -2)
===================================================================
--- bin/compile    2016-02-23 00:20:39 +0900 (efddc2e)
+++ bin/compile    2016-02-23 00:24:41 +0900 (77be370)
@@ -129,8 +129,7 @@ Dir.chdir(build_dir) do
   ENV["MECABRC"] = "#{build_dir}/vendor/mecab/etc/mecabrc"
   update_mecabrc(ENV["MECABRC"], build_dir) do
     mkdir_p(File.dirname(database_path))
-    sh("groonga", "--log-path", "/tmp/log", "--log-level", "debug", "-n", database_path, "quit")
-    puts(File.read("/tmp/log"))
+    sh("groonga", "-n", database_path, "quit")
 
     puts("-----> Loading data")
     Dir.glob("groonga/*.grn").sort.each do |grn|
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index