diff --git a/util/output/video.hpp b/util/output/video.hpp index 38d3de8..6d45c85 100644 --- a/util/output/video.hpp +++ b/util/output/video.hpp @@ -137,7 +137,6 @@ public: // Get a specific frame frame get_frame(size_t index) const { - TIME_FUNCTION; if (index >= compressed_frames_.size()) { throw std::out_of_range("Frame index out of range"); }