diff --git a/server/publication.go b/server/publication.go index f2ad7a7e3..afbd9b5f4 100644 --- a/server/publication.go +++ b/server/publication.go @@ -7,7 +7,6 @@ import ( "fmt" "io" "log" - "regexp" "strings" "time" @@ -22,8 +21,6 @@ import ( "google.golang.org/grpc/status" ) -var reSplit = regexp.MustCompile(`\s*[,;]\s*`) - func (s *server) GetPublication(ctx context.Context, req *api.GetPublicationRequest) (*api.GetPublicationResponse, error) { p, err := s.services.Repo.GetPublication(req.Id)