Removed debugging code
This commit is contained in:
@ -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' })
|
||||
}
|
||||
|
Reference in New Issue
Block a user