Skip to content

Commit b870183

Browse files
committed
remove puts command in docker_level1.rb, i used this for troubelshooting
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
1 parent 293f285 commit b870183

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

controls/docker_level1.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@
578578
info = json('').parse(raw)
579579
info[0]['Mounts'].each do |mounts|
580580
describe mounts['Source'] do
581-
p mounts['Source']
582581
it { should_not eq '/' }
583582
it { should_not match(/\/boot/) }
584583
it { should_not match(/\/dev/) }

0 commit comments

Comments
 (0)