diff --git a/goalc/main.cpp b/goalc/main.cpp index 204d7f9634..77e63e35e4 100644 --- a/goalc/main.cpp +++ b/goalc/main.cpp @@ -162,7 +162,6 @@ int main(int argc, char** argv) { game_version, username, std::make_unique(username, repl_config, startup_file)); status = ReplStatus::OK; - repl_startup_func(); } // process user input std::string input_from_stdin = compiler->get_repl_input();