remove puts

This commit is contained in:
Christoph Hartmann 2015-07-16 01:51:26 +02:00
parent fe7758a9a6
commit 5d4e44872c

View file

@ -28,7 +28,6 @@ end
module Serverspec
module Type
def parse_config(content)
p content
PConfig.new(content)
end
end