Commit ad46f0dd authored by Jan Kiene's avatar Jan Kiene
Browse files

remove unintentionally committed code

parent 1f257068
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -259,9 +259,6 @@ class EncoderFrontend:
        cmd_str = textwrap.indent(" ".join(command), prefix="\t")
        log_dbg_msg(f"{self._type} encoder command:\n{cmd_str}")

        print(command)
        pytest.fail()

        try: 
            result = run(command, capture_output=True, check=True, timeout=self.timeout)
        except TimeoutExpired: