Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lythium4848 committed Aug 18, 2023
1 parent c9b272a commit be71ee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/pixelui/core/cl_images.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ local function endsWithExtension(str)
return (dotIndex and dotIndex == #str - string.len(string.match(str, "%.[^%.]+$")) + 1) or false
end

print(endsWithExtension("test"))

local function processQueue()
if queue[1] then
local url, filePath, matSettings, callback = unpack(queue[1])
Expand Down

0 comments on commit be71ee1

Please sign in to comment.