]> git.donarmstrong.com Git - biopieces.git/commitdiff
removed debug message master
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 18 Mar 2014 19:24:13 +0000 (19:24 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 18 Mar 2014 19:24:13 +0000 (19:24 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2296 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/lib/maasha/filesys.rb

index 16a686676aa508913aec0c031eede00041ca115f..02a8a842f1157a9824052c589795c1630580ff90 100644 (file)
@@ -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}")