Skip to content

Commit

Permalink
remove print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Oct 19, 2024
1 parent 5e55023 commit 6851e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guest/handle/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func GetWaitingPod(uid string) api.WaitingPod {
podBytes := mem.SendAndGetPodBytes(ptr, size, func(input_ptr, input_size, ptr uint32, limit mem.BufLimit) {
getWaitingPod(input_ptr, input_size, ptr, limit)
})
println("podBytes: ", podBytes)

if podBytes == nil {
return nil
Expand Down

0 comments on commit 6851e39

Please sign in to comment.