bin/ansible-inventory: Remove old debugging cruft.
[distorted-ansible] / bin / ansible-inventory
index 25f7545..e7277f8 100755 (executable)
                                  (pathname-name *progname*)))
                     (t (error "unknown option `-~A'" (char arg i))))))
                (t (push arg args) (return)))))
-  (format t ";; remaining args = ~S~%" args)
   (dolist (arg args)
     (let ((*package* pkg))
       (load arg :verbose nil))))