decentralised message store

refactor: additional logging

we really need a proper logging library

serenity c5a902f2 4f766f92

Changed files
+1
src
+1
src/lib/sessions.ts
···
filteredChannels,
latticeDid,
);
+
console.log("Issuing new handshake token with session info", sessionInfo);
issuedHandshakes.set(sessionInfo.token, sessionInfo);
return sessionInfo;
};