kaori hace 4 años
padre
commit
3f15ce86e1
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/app/src/server/service/in-app-notification.ts

+ 0 - 2
packages/app/src/server/service/in-app-notification.ts

@@ -24,8 +24,6 @@ class InAppNotificationService {
 
   emitSocketIo = async(user) => {
     if (this.socketIoService.isInitialized) {
-      console.log('socketIoServiceHoge');
-
       await this.socketIoService.getDefaultSocket().emit('comment updated', { user });
     }
   }