Skip to content

Commit

Permalink
Merge pull request #283 from Bestride/develop
Browse files Browse the repository at this point in the history
Remove some debugging
  • Loading branch information
DanSheps committed Aug 11, 2024
2 parents fa1d2f7 + e6897f0 commit e570662
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 e570662

Please sign in to comment.