Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Apr 23, 2024
1 parent d81d869 commit 553fd76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/WebUI/api_verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ func getDnnStaticIpPool(snssai models.Snssai, dnn string) (netip.Prefix, error)
if err != nil {
logger.ProcLog.Errorf("Marshal err: %+v", err)
}
logger.ProcLog.Warningln(raw_info)

unmarshal_err := json.Unmarshal(tmp, &userplaneinfo)
if unmarshal_err != nil {
logger.ProcLog.Errorf("Unmarshal err: %+v", unmarshal_err)
Expand Down

0 comments on commit 553fd76

Please sign in to comment.