diff --git a/fml/install/fml.py b/fml/install/fml.py index 79a576fef..b576d49fb 100644 --- a/fml/install/fml.py +++ b/fml/install/fml.py @@ -288,8 +288,6 @@ def finish_setup_fml(fml_dir, mcp_dir): from runtime.updatemcp import updatemcp os.chdir(mcp_dir) - updatemcp(None, True) - reset_logger() updatenames(None, True) reset_logger() updatemd5(None, True)