From 785d6c77780d2d0b4b9684b9ca78a1e40bdf96b8 Mon Sep 17 00:00:00 2001 From: suke Date: Tue, 7 Aug 2007 11:01:06 +0000 Subject: remove puts for debug git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/win32ole/test_propertyputref.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/win32ole/test_propertyputref.rb') diff --git a/test/win32ole/test_propertyputref.rb b/test/win32ole/test_propertyputref.rb index 62f36c2a1e..24459afe9b 100644 --- a/test/win32ole/test_propertyputref.rb +++ b/test/win32ole/test_propertyputref.rb @@ -10,7 +10,6 @@ if defined?(WIN32OLE) begin @sapi = WIN32OLE.new('SAPI.SpVoice') @sv = @sapi.voice - puts @sv rescue WIN32OLERuntimeError @sapi = nil end -- cgit v1.2.3