Commit 921a8fb6 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove leftover warning

parent 697d0f42
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -394,9 +394,6 @@ def compare(
                    raise FileNotFoundError(
                        f"wav-diff tool not found in {search_path} or PATH!"
                    )
                warnings.warn(
                    f"MLD binary not found in {search_path}! Falling back to {wdiff}!"
                )

            with tempfile.TemporaryDirectory() as tmpdir:
                tmpfile_ref = Path(tmpdir).joinpath("ref.wav")