diff --git a/itd.toml b/itd.toml index c78fdf1..9e94c70 100644 --- a/itd.toml +++ b/itd.toml @@ -1,7 +1,3 @@ -# This is temporary, it is to show a notice -# to people still using the old config -cfg.version = 2 - [socket] path = "/tmp/itd/socket" diff --git a/main.go b/main.go index 7b415ee..3c4108d 100644 --- a/main.go +++ b/main.go @@ -29,10 +29,6 @@ import ( var firmwareUpdating = false func main() { - if viper.GetInt("cfg.version") != 2 { - log.Fatal().Msg("Please update your config to the newest format, only v2 configs supported.") - } - // Cleanly exit after function defer infinitime.Exit()