Navigation Menu

Skip to content

Commit

Permalink
Remove needless flush
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent 8341b80 commit 4077fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/groonga/tester.rb
Expand Up @@ -1395,7 +1395,6 @@ def justify(message, width)
def print(message)
@current_column += message.to_s.size
@output.print(message)
@output.flush
end

def puts(*messages)
Expand Down

0 comments on commit 4077fc9

Please sign in to comment.