Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Mar 23, 2024
1 parent 73a4d6a commit a71b5e0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -21,7 +21,6 @@ M.get_ordinal_path = function(path, cwd, parent)
end

local cwd_substr = #cwd + 1
print(cwd_substr)
cwd_substr = cwd:sub(-1, -1) ~= os_sep and cwd_substr + os_sep_len or cwd_substr

return path:sub(cwd_substr, -1)
Expand Down

0 comments on commit a71b5e0

Please sign in to comment.