Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
FrazzIe committed Jul 19, 2020
1 parent 5e60869 commit 3cfba5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function SetVoiceData(key, value)
end

function PlayMicClick(channel, value)
print(channel, tostring(value))
if channel <= mumbleConfig.radioClickMaxChannel then
if mumbleConfig.micClicks then
if (value and mumbleConfig.micClickOn) or (not value and mumbleConfig.micClickOff) then
Expand Down

0 comments on commit 3cfba5b

Please sign in to comment.