Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
去掉无效日志
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhuozhuo committed Aug 21, 2023
1 parent a23ab91 commit 86ba223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (this *KvController) CurrentData() {
}
var TSKVService services.TSKVService
t := TSKVService.GetCurrentData(CurrentKV.EntityID, CurrentKV.Attribute)
log.Println(t)
//log.Println(t)
response.SuccessWithDetailed(200, "获取成功", t, map[string]string{}, (*context2.Context)(this.Ctx))
}

Expand Down

0 comments on commit 86ba223

Please sign in to comment.