Remove accidentally committed debug line
diff --git a/sdk/core/allocator/main.cc b/sdk/core/allocator/main.cc index 9c585ce..75743ba 100644 --- a/sdk/core/allocator/main.cc +++ b/sdk/core/allocator/main.cc
@@ -375,7 +375,6 @@ auto key = STATIC_SEALING_TYPE(MallocKey); auto *capability = token_unseal<PrivateAllocatorCapabilityState>(key, in.get()); - Debug::log("Unsealed: {}", capability); if (!capability) { Debug::log("Invalid malloc capability {}", in);