Revert "chore: debug"

This reverts commit f2aee7482b.
This commit is contained in:
Derrick Hammer 2023-12-28 04:00:13 -05:00
parent 9c15ff8983
commit c1897e4d7c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ for (const siteName in sites) {
sub.listen((entry) => {
const cid = CID.fromRegistry(entry.data);
console.log({
cid: cid.toString(),
site: siteName,
});
try {
httpClient.post("/api/events/siteUpdateReceived", {
cid: cid.toString(),