Skip to content

Commit

Permalink
fix: remove print statments (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: benlubas <[email protected]>
  • Loading branch information
benlubas and benlubas authored Jan 17, 2024
1 parent 0c6dee1 commit 93e121b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doc/hydra.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*hydra.txt* For NVIM v0.9.4 Last change: 2024 January 15
*hydra.txt* For NVIM v0.9.4 Last change: 2024 January 17

==============================================================================
Table of Contents *hydra-table-of-contents*
Expand Down
2 changes: 0 additions & 2 deletions lua/hydra/hint/statusline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ function HintManualStatusLine:_make_statusline()
end

function HintManualStatusLine:update()
print("hi")
if not self.need_to_update then return end
print("need to update")

local saved_statusline = self.original_statusline
self.statusline = nil
Expand Down

0 comments on commit 93e121b

Please sign in to comment.