From 06a6d94e875b11bc41525c0a0d8f34b2df95956b Mon Sep 17 00:00:00 2001 From: Chase Payne Date: Mon, 14 Aug 2023 19:13:55 -0500 Subject: [PATCH] removing debug code left from another commit --- src/nvhttp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvhttp.cpp b/src/nvhttp.cpp index 5d3cc654..a0c91beb 100644 --- a/src/nvhttp.cpp +++ b/src/nvhttp.cpp @@ -294,7 +294,6 @@ namespace nvhttp { auto next = std::copy(prepend_iv_p, prepend_iv_p + sizeof(prepend_iv), std::begin(launch_session.iv)); std::fill(next, std::end(launch_session.iv), 0); - BOOST_LOG(error) << launch_session.width << " h: " << launch_session.height << " fps: " << launch_session.fps; return launch_session; }