Remove Console Log

This commit is contained in:
MyNameIsBatman 2021-09-18 03:05:47 -03:00
parent 7a6fe87aed
commit 0ade1ee7cb

View File

@ -2,6 +2,5 @@ import { CreateLinkEvent } from '..';
export function OpenMessengerChat(friendId: number): void
{
console.log(`friends/messenger/${friendId}`);
CreateLinkEvent(`friends/messenger/${friendId}`);
}