[zion] Remove old debug messages
This commit is contained in:
parent
bbc31a0d2b
commit
424b032146
3 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue