[zion] Remove old debug messages

This commit is contained in:
Drew Galbraith 2023-06-17 01:09:48 -07:00
parent bbc31a0d2b
commit 424b032146
3 changed files with 1 additions and 4 deletions

View file

@ -123,7 +123,7 @@ z_err_t AddressSpaceMap(ZAddressSpaceMapReq* req, ZAddressSpaceMapResp* resp) {
auto vmmo = vmmo_cap->obj<MemoryObject>();
RET_IF_NULL(vmas);
RET_IF_NULL(vmmo);
dbgln("Ptr %x, %x", vmas.get(), vmmo.get());
// FIXME: Validation necessary.
if (req->vmas_offset != 0) {
vmas->MapInMemoryObject(req->vmas_offset, vmmo);