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