aboutsummaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/errors.go b/errors.go
index 10053b7..60eb636 100644
--- a/errors.go
+++ b/errors.go
@@ -26,7 +26,3 @@ var urnErrors = map[string]error{
"urn:acme:error:unauthorized": ErrUnauthorized,
"urn:acme:error:unknownHost": ErrUnknownHost,
}
-
-func (p Problem) Error() string {
- return p.Detail
-}