Skip to content

Commit

Permalink
Remove some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Aug 11, 2024
1 parent f58ee75 commit e6897f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Versions/Common/BeStride_Mount.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ end
function BeStride_Mount:DBGetMountStatus(mountType,key)

local mounts = BeStride:DBGet("mounts." .. mountType)
print(#mounts)
print(key)
local status = mounts[key]
if status ~= nil and status then
return true
Expand Down

0 comments on commit e6897f0

Please sign in to comment.