From d07acbd73263647ba59b7894b9a49994e265e832 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 31 Aug 2025 16:25:51 +1200 Subject: [PATCH] Update source/src/commands/restoredata.cpp --- source/src/commands/restoredata.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/src/commands/restoredata.cpp b/source/src/commands/restoredata.cpp index b67da88..c6e0c0d 100644 --- a/source/src/commands/restoredata.cpp +++ b/source/src/commands/restoredata.cpp @@ -229,8 +229,6 @@ namespace dropshell server_env.run_remote_template_command(service, "restore", {}, false, {{"BACKUP_FILE", remote_backup_file_path}, {"TEMP_DIR", remote_temp_folder.path()}}); } // dtor of remote_temp_folder will clean up the temp folder on the server - - { // healthcheck the service info << "5) Healthchecking service..." << std::endl; std::string green_tick = "\033[32m✓\033[0m"; @@ -243,7 +241,6 @@ namespace dropshell } - void restoredata_autocomplete(const CommandContext &ctx) { shared_commands::std_autocomplete(ctx);