Skip to content

Commit 968a148

Browse files
committed
(maint) Remove message due to breakages in existing modules
1 parent f3b32bc commit 968a148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppet/resource_api/transport/wrapper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def respond_to_missing?(name, _include_private)
3232

3333
def method_missing(method_name, *args, &block)
3434
if @transport.respond_to? method_name
35-
puts "Delegating #{method_name}"
3635
@transport.send(method_name, *args, &block)
3736
else
3837
super

0 commit comments

Comments
 (0)