Commit 96d66f6d authored by furunkel's avatar furunkel

Don't echo to stdout

parent a96b871c
...@@ -30,9 +30,7 @@ def plot ...@@ -30,9 +30,7 @@ def plot
dat_files.each do |target_name, bm_files| dat_files.each do |target_name, bm_files|
p.puts target_name p.puts target_name
bm_files.each do |bm_file| bm_files.each do |bm_file|
puts target_name
p.write File.read(bm_file) p.write File.read(bm_file)
print File.read(bm_file)
end end
p.puts "e" p.puts "e"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment