fix:(Metadata) Remove forgotten debug print

This commit is contained in:
P Gergő
2023-02-21 23:40:14 +01:00
parent 3ce044eda2
commit 31a7f022b6
-2
View File
@@ -112,8 +112,6 @@ end
function loadESXPlayer(identifier, playerId, isNew)
local userData = {accounts = {}, inventory = {}, job = {}, loadout = {}, playerName = GetPlayerName(playerId), weight = 0, meta = {}}
print(json.encode(loadPlayer,{indent=true}))
local result = MySQL.prepare.await(loadPlayer, {identifier})
local job, grade, jobObject, gradeObject = result.job, tostring(result.job_grade)
local foundAccounts, foundItems = {}, {}