From ca354793fd2c6f8b3921d6e6fb387f7b6f81b2d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 24 May 2025 22:01:09 +0200 Subject: Remove assert. On failure the error code should be returned from the method anyway. --- src/MXF.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/MXF.cpp') diff --git a/src/MXF.cpp b/src/MXF.cpp index cb873d9..443def3 100755 --- a/src/MXF.cpp +++ b/src/MXF.cpp @@ -1229,7 +1229,6 @@ ASDCP::MXF::OPAtomIndexFooter::WriteToFile(Kumu::FileWriter& Writer, ui64_t dura { ui32_t write_count = 0; result = Writer.Write(FooterBuffer.RoData(), FooterBuffer.Size(), &write_count); - assert(write_count == FooterBuffer.Size()); } return result; -- cgit v1.2.3