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:
parent
27b103f37a
commit
785d6c7778
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user