Revert "Реализована страница 404 ошибки"

This reverts commit c2d0cb93cb.
This commit is contained in:
ErickSkrauch
2016-07-29 09:56:25 +03:00
parent c03021403a
commit 22f80576bd
3 changed files with 3 additions and 28 deletions

View File

@@ -31,8 +31,6 @@ func FindRecord(username string) (SkinItem, error) {
if (decodeErr != nil) {
log.Println("Cannot decode record data")
}
} else {
log.Println("Error on request user data")
}
return record, err