diff --git a/lib/resources/parse_config.rb b/lib/resources/parse_config.rb index 24e3db13b..d24c3a61b 100644 --- a/lib/resources/parse_config.rb +++ b/lib/resources/parse_config.rb @@ -28,7 +28,6 @@ end module Serverspec module Type def parse_config(content) - p content PConfig.new(content) end end