remove crap

This commit is contained in:
Christien Rioux 2023-10-10 09:56:47 -04:00
parent c80a473fdb
commit 084d4ae98b

View File

@ -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();