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:
parent
27b103f37a
commit
785d6c7778
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue