From dc4ce86d54eaf0c332f6c12b2e3cc68d609ad809 Mon Sep 17 00:00:00 2001 From: leejet Date: Mon, 1 Dec 2025 21:37:00 +0800 Subject: [PATCH] remove the debug code --- examples/cli/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/cli/main.cpp b/examples/cli/main.cpp index 5119ac7..ed3f849 100644 --- a/examples/cli/main.cpp +++ b/examples/cli/main.cpp @@ -1652,14 +1652,8 @@ void step_callback(int step, int frame_count, sd_image_t* image, bool is_noisy, } } -#include "z_image.hpp" - int main(int argc, const char* argv[]) { SDParams params; - // params.verbose = true; - // sd_set_log_callback(sd_log_cb, (void*)¶ms); - // ZImage::ZImageRunner::load_from_file_and_test(argv[1]); - // return 1; parse_args(argc, argv, params); if (params.video_frames > 4) { size_t last_dot_pos = params.preview_path.find_last_of(".");