Remove commented test code
Seems to be extra test code from
09a83ff904.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user