1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

View file

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