Skip to content

Commit

Permalink
style: delete unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
HanHongChen committed Jun 25, 2024
1 parent 6a4eded commit 7c87e7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions internal/sbi/processor/smpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ func (p *Processor) HandleCreateSmPolicyRequest(
request models.SmPolicyContextData,
) {
logger.SmPolicyLog.Infof("Handle CreateSmPolicy")
// step 2: retrieve request
// requestDataType := request.Body.(models.SmPolicyContextData)

// step 3: handle the message
// header, response, problemDetails := p.createSMPolicyProcedure(requestDataType)

var err error
queryStrength := 2 // 2: case-insensitive, 3: case-sensitive
Expand Down

0 comments on commit 7c87e7c

Please sign in to comment.