removed removed call to SetTimezone

This commit is contained in:
uli 2022-05-30 22:30:02 +02:00
parent b7d8d4376d
commit e36f0b4f66
1 changed files with 0 additions and 6 deletions

View File

@ -148,12 +148,6 @@ func main() {
log.Error().Err(err).Msg("Error setting current time on connected InfiniTime")
}
// Set time corresponding to current time
err = dev.SetTimezone(time.Now())
if err != nil {
log.Error().Err(err).Msg("Error setting local time on connected InfiniTime")
}
// Initialize music controls
err = initMusicCtrl(dev)
if err != nil {