Remove unneeded check

This commit is contained in:
Eliot Whalan 2016-06-24 17:13:56 +10:00
parent 79f53f9adc
commit 6420d7dfed
1 changed files with 1 additions and 3 deletions

View File

@ -95,9 +95,7 @@ func save(raw string, lang string, title string) []string {
check(err)
if hash == sha {
url := ADDRESS + "/p/" + id
if title == "" {
return []string{id, title, hash, url, paste, delkey}
}
return []string{id, title, hash, url, paste, delkey}
}
}
id := generateName()