Skip to content

Commit

Permalink
Remove delay multiplier debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TheScabbage committed Aug 26, 2024
1 parent e85efdf commit 558b1ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/cinnamon/scroll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ M.scroll = function(command, scroll_win, use_count, delay_length, deprecated_arg
SpamMultiplier = 1
end

print(SpamMultiplier)

if config.max_length ~= -1 then
if math.abs(distance) * delay_length > config.max_length then
delay_length = math.floor((config.max_length / math.abs(distance)) + 0.5)
Expand Down

0 comments on commit 558b1ce

Please sign in to comment.