diff --git a/lib/callosum.mjs b/lib/callosum.mjs index e56d2c6..f4c9fca 100644 --- a/lib/callosum.mjs +++ b/lib/callosum.mjs @@ -51,21 +51,6 @@ const padWorkerId = async id => const listeners = { ...isPrimary ? { - // [newPresetAction()]: { - // action: SET, - // callback: (data, worker) => { - // const result = _set(data.key, data.value, { - // ...data.options || {}, updated_by: worker.id - // }); - // data.action && engage(worker, data.action, result); - // }, - // }, - // [newPresetAction()]: { - // action: GET, - // callback: (data, worker) => engage( - // worker, data.action, _get(...data.key) - // ), - // }, [newPresetAction()]: { action: CALL, callback: async (data, worker) => {