From 5de6112b70b59420b245ce636a8b2e3c90acbe00 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 18 Mar 2014 19:24:13 +0000 Subject: [PATCH] removed debug message git-svn-id: http://biopieces.googlecode.com/svn/trunk@2296 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/lib/maasha/filesys.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/code_ruby/lib/maasha/filesys.rb b/code_ruby/lib/maasha/filesys.rb index 16a6866..02a8a84 100644 --- a/code_ruby/lib/maasha/filesys.rb +++ b/code_ruby/lib/maasha/filesys.rb @@ -60,7 +60,6 @@ class Filesys else case `file -Lk #{file}` when /gzip/ - puts "GZIP" ios = IO.popen("gzip -cd #{file}", :external_encoding=>"EUC-JP") when /bzip/ ios = IO.popen("bzcat #{file}") -- 2.39.2