Skip to content

Commit

Permalink
Merge pull request #1159 from memphisdev/use_cache_in_other_locations
Browse files Browse the repository at this point in the history
deleted log of station already exist
  • Loading branch information
daniel-davidd committed Jul 23, 2023
2 parents 56c1bd0 + 9fdf080 commit 4283e39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/memphis_handlers_stations.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ func (s *Server) createStationDirectIntern(c *client,
}

if exist {
errMsg := fmt.Sprintf("Station %v already exists", stationName.Ext())
serv.Warnf("[tenant: %v][user:%v]createStationDirect: %v", csr.TenantName, csr.Username, errMsg)
jsApiResp.Error = NewJSStreamNameExistError()
respondWithErrOrJsApiRespWithEcho(!isNative, c, memphisGlobalAcc, _EMPTY_, reply, _EMPTY_, jsApiResp, err)
return
Expand Down

0 comments on commit 4283e39

Please sign in to comment.