remove write and return error

This commit is contained in:
Matthew R. Kasun
2022-04-25 11:11:44 -04:00
parent 38309aab20
commit d626cf0e9b
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ func Join(cfg *config.ClientConfig, privateKey string) error {
functions.Pull(cfg.Network, true)
}
*/
config.Write(cfg, cfg.Network)
return err
}