From 716e07803caf5ff3b19aed5bbc24b63a28eb5416 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Sun, 13 Jan 2013 22:04:49 +0100 Subject: [PATCH] removed debug output --- lib/common_helper.rb | 2 -- 1 file changed, 2 deletions(-) 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