chore: remove temp log

This commit is contained in:
amhsirak
2024-11-19 16:55:40 +05:30
parent 34516e540c
commit 7abcc3275a

View File

@@ -72,8 +72,4 @@ process.on('SIGINT', () => {
process.exit();
});
export { workflowQueue, worker };
export const temp = () => {
console.log('temp');
}
export { workflowQueue, worker };