Removed debugging code

This commit is contained in:
2024-09-22 00:22:01 +02:00
parent 9f7c48f2c2
commit 50d13af5d6
3 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,6 @@ export default class SomeJob {
async execute(io: SocketServer, socket?: TSocket) {
// Handle the event
console.log('Event params:', this.params)
if (socket) {
socket.emit('notification', { message: 'Something happened with socket' })
}