diff --git a/veilid-core/src/intf/native/protected_store.rs b/veilid-core/src/intf/native/protected_store.rs index accae460..c952d9c5 100644 --- a/veilid-core/src/intf/native/protected_store.rs +++ b/veilid-core/src/intf/native/protected_store.rs @@ -41,8 +41,6 @@ impl ProtectedStore { #[instrument(level = "debug", skip(self), err)] pub async fn init(&self) -> EyreResult<()> { - log_pstore!(error "ASDFASDFASDF"); - let delete = { let c = self.config.get(); let mut inner = self.inner.lock();