Skip to content

Commit 38685f0

Browse files
committedJul 8, 2024
Remove commented out image writing
1 parent 88e3bb0 commit 38685f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/camera.cc

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ void Camera::Render(std::stop_token token, const Hittable& world) {
7373
}
7474
}
7575

76-
// std::clog << "\rWriting image. " << std::flush;
77-
// WriteImage();
78-
// std::clog << "\rDone. " << std::flush;
79-
8076
is_rendering_ = false;
8177
}
8278

0 commit comments

Comments
 (0)
Please sign in to comment.