diff --git a/internal/executor/errors.go b/internal/executor/errors.go index 68aa04a..44c3de7 100644 --- a/internal/executor/errors.go +++ b/internal/executor/errors.go @@ -115,11 +115,3 @@ type NotFollowingError struct { func (e NotFollowingError) Error() string { return "you are not following " + e.Account } - -//type UnknownMediaAttachmentError struct { -// AttachmentID string -//} -// -//func (e UnknownMediaAttachmentError) Error() string { -// return "unknown media attachment '" + e.AttachmentID + "'" -//}