Don't echo to stdout

This commit is contained in:
furunkel
2015-04-23 22:34:22 +02:00
parent a96b871c46
commit 96d66f6d24
-2
View File
@@ -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