Fix wrong messages on delete

This commit is contained in:
Radhi Fadlillah 2018-01-30 14:57:48 +07:00
parent 6de94ccffb
commit e9559e724c

View file

@ -37,11 +37,6 @@ var (
os.Exit(1)
}
if len(oldIndices) == 0 {
fmt.Println("No bookmarks deleted")
return
}
fmt.Println("Bookmarks has been deleted")
for i, oldIndex := range oldIndices {
newIndex := newIndices[i]