Skip to content

Commit

Permalink
Comment out closelog toggle log
Browse files Browse the repository at this point in the history
luxluth committed Mar 29, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wjwwood William Woodall
1 parent bd47afc commit 79b6120
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions lua/oz.lua
Original file line number Diff line number Diff line change
@@ -97,12 +97,12 @@ function M.open_log()
engine.openlogs()
end

function M.close_log()
engine.closelogs()
end

function M.toogle_log()
engine.tooglelogs()
end
-- function M.close_log()
-- engine.closelogs()
-- end
--
-- function M.toogle_log()
-- engine.tooglelogs()
-- end

return M
14 changes: 7 additions & 7 deletions lua/oz/engine.lua
Original file line number Diff line number Diff line change
@@ -158,12 +158,12 @@ function M.openlogs()
LogBuf:open_log()
end

function M.closelogs()
LogBuf:close_log()
end

function M.tooglelogs()
LogBuf:toogle_log()
end
-- function M.closelogs()
-- LogBuf:close_log()
-- end
--
-- function M.tooglelogs()
-- LogBuf:toogle_log()
-- end

return M

0 comments on commit 79b6120

Please sign in to comment.