mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 13:21:59 +07:00
Cleanup: Remove debug console logs and prepare for release
This commit is contained in:
@@ -264,7 +264,6 @@
|
||||
if (window.Echo) {
|
||||
window.Echo.private(`ticket.${ticketId}`)
|
||||
.listen('.ticket.message.sent', (e) => {
|
||||
console.log('Realtime message received:', e);
|
||||
appendMessage(e);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user