Remove commented test code

Seems to be extra test code from
09a83ff904.
This commit is contained in:
WestleyR
2021-09-08 14:09:52 -07:00
parent 53b56f76b5
commit cab2d4a316

View File

@@ -61,8 +61,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
}
}
//return errors.New("Test error")
err = syscall.Chroot(containerPath)
if err != nil {
return errors.Wrap(err, "failed to chroot")