remove puts for debug

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2007-08-07 11:01:06 +00:00
parent 27b103f37a
commit 785d6c7778
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ if defined?(WIN32OLE)
begin
@sapi = WIN32OLE.new('SAPI.SpVoice')
@sv = @sapi.voice
puts @sv
rescue WIN32OLERuntimeError
@sapi = nil
end