Navigation Menu

Skip to content

Commit

Permalink
grndb: disabling log check
Browse files Browse the repository at this point in the history
Because it's not completed yet.
  • Loading branch information
kou committed Jun 26, 2018
1 parent da0589d commit ed1966a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mrb/scripts/command_line/grndb.rb
Expand Up @@ -212,6 +212,8 @@ def check_all

private
def check_log_file(log_file)
return # Disable for now

parser = GroongaLog::Parser.new
parser.parse(log_file) do |statistic|
p statistic.to_h
Expand Down

0 comments on commit ed1966a

Please sign in to comment.