Skip to content

Commit

Permalink
[~] Log cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Sep 29, 2020
1 parent f45eda8 commit 844b5cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fivem_script/tokovoip_script/src/c_TokoVoip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ end
function TokoVoip.initialize(self)
self:updateConfig();
self:updatePlugin("initializeSocket", self.wsServer);
print('[TokoVOIP] Client : NUI event sent to initialize websocket')
Citizen.CreateThread(function()
while (true) do
Citizen.Wait(5);
Expand Down

0 comments on commit 844b5cb

Please sign in to comment.