Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Nov 7, 2024
1 parent cd371d5 commit ea5c429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/kotlin/su/plo/voice/discs/GoatHornManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class GoatHornManager : PluginKoinComponent {
.apply {
setName(trackName)
removeFilter(filters.first()) // the first filter is always the "self" filter
println(filters)
}

val distance = config.goatHorn.distance
Expand Down

0 comments on commit ea5c429

Please sign in to comment.