forget: Remove message when no policy is specified

This commit is contained in:
Alexander Neumann 2016-08-20 18:15:36 +02:00
parent 5f0ebb71b2
commit 27d0909302
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ func (cmd CmdForget) Execute(args []string) error {
}
if policy.Empty() {
cmd.global.Verbosef("no expire policy configured, exiting\n")
return nil
}