Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 4ef5e15

Browse files
committed
fix: remove print statement
1 parent 470d820 commit 4ef5e15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/feline/statusline_ffi.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
-- Since LuaJIT FFI doesn't work properly on Windows when referring to Neovim internals,
44
-- return dummy functions instead on Windows.
55
if vim.fn.has('win32') == 1 then
6-
print('a')
76
return {
87
get_statusline_expr_width = function(_)
98
return 0

0 commit comments

Comments
 (0)