Commit 514658b5 authored by sagnowski's avatar sagnowski
Browse files

Remove leftover TODO (already resolved on main)

parent 41c559e5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -210,7 +210,6 @@ def compare_audio(non_voip_output, voip_output, sampling_rate_khz):
    x_jbm, _ = audiofile.readfile(voip_output)

    # strip jbm delay
    # TODO: this may need to be adapted to handle variable offsets based on outcome of #1122
    cmp_result = audioarray.compare(
        x,
        x_jbm,