summaryrefslogtreecommitdiff
path: root/test/soap/helloworld/hw_s.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/helloworld/hw_s.rb')
-rw-r--r--test/soap/helloworld/hw_s.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/soap/helloworld/hw_s.rb b/test/soap/helloworld/hw_s.rb
index b917f72fc0..970c76a1bd 100644
--- a/test/soap/helloworld/hw_s.rb
+++ b/test/soap/helloworld/hw_s.rb
@@ -2,7 +2,6 @@ require 'soap/rpc/standaloneServer'
class HelloWorldServer < SOAP::RPC::StandaloneServer
def on_init
- @log.level = Logger::Severity::DEBUG
add_method(self, 'hello_world', 'from')
end