diff --git a/src/activitypub/helpers.js b/src/activitypub/helpers.js index 9e7da42b00..637d4b4afd 100644 --- a/src/activitypub/helpers.js +++ b/src/activitypub/helpers.js @@ -34,10 +34,9 @@ Helpers._test = (method, args) => { console.log(await method.apply(method, args)); }, 2500); }; -process.nextTick(() => { - Helpers._test(activitypub.notes.assert, [1, `https://spectra.video/w/xwCSYfZh1mJY64zJ9GngbE`]); -}); - +// process.nextTick(() => { +// Helpers._test(activitypub.notes.assert, [1, `https://`]); +// }); let _lastLog; Helpers.log = (message) => { if (!message) {