diff --git a/lib/common_helper.rb b/lib/common_helper.rb index 5713c41a..8175c308 100644 --- a/lib/common_helper.rb +++ b/lib/common_helper.rb @@ -150,8 +150,6 @@ end def puts(o = "") # remove color for logging temp = o.gsub(/\[\d+m(?.*)?\[0m/, '\k') - #temp = o.inspect.gsub(/\\e\[\d+m(?.*)?\\e\[0m/, '\k') File.open("log.txt", "a+") { |f| f.puts(temp) } - File.open("log2.txt", "a+") { |f| f.puts(o) } super(o) end \ No newline at end of file