Skip to content

Commit

Permalink
Remove clocking update when refreshing statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceStevens committed Oct 26, 2024
1 parent a9e8084 commit 722b657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/orgmode/clock/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ function Clock:org_set_effort()
end

function Clock:get_statusline()
self:update_clocked_headline()
if not self.clocked_headline or not self.clocked_headline:is_clocked_in() then
return ''
end
Expand Down

0 comments on commit 722b657

Please sign in to comment.