mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Don't echo to stdout
This commit is contained in:
@@ -30,9 +30,7 @@ def plot
|
||||
dat_files.each do |target_name, bm_files|
|
||||
p.puts target_name
|
||||
bm_files.each do |bm_file|
|
||||
puts target_name
|
||||
p.write File.read(bm_file)
|
||||
print File.read(bm_file)
|
||||
end
|
||||
p.puts "e"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user