Skip to content

Commit

Permalink
removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Mar 3, 2021
1 parent 1af2385 commit 86710de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ func calculateTargetSpeed(fan *Fan) int {

var avgTemp = sensor.MovingAvg

log.Printf("Avg temp of %s: %f", sensor.Config.Id, avgTemp)
//log.Printf("Avg temp of %s: %f", sensor.Config.Id, avgTemp)

if avgTemp >= maxTemp {
// full throttle if max temp is reached
Expand Down

0 comments on commit 86710de

Please sign in to comment.