Skip to content

Commit dc4ce86

Browse files
committed
remove the debug code
1 parent a96a1e7 commit dc4ce86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/cli/main.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,14 +1652,8 @@ void step_callback(int step, int frame_count, sd_image_t* image, bool is_noisy,
16521652
}
16531653
}
16541654

1655-
#include "z_image.hpp"
1656-
16571655
int main(int argc, const char* argv[]) {
16581656
SDParams params;
1659-
// params.verbose = true;
1660-
// sd_set_log_callback(sd_log_cb, (void*)&params);
1661-
// ZImage::ZImageRunner::load_from_file_and_test(argv[1]);
1662-
// return 1;
16631657
parse_args(argc, argv, params);
16641658
if (params.video_frames > 4) {
16651659
size_t last_dot_pos = params.preview_path.find_last_of(".");

0 commit comments

Comments
 (0)