Commit fca2293a authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Drop debugging code.

parent 6aed2e53
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ def cd_iccdump_version():
        val = subprocess.check_output(
            ("cd-iccdump", data("test1.icc"))
        ).decode("utf-8")
        raise subprocess.CalledProcessError(0, cmd=("123",))
    except subprocess.CalledProcessError as exc:
        if exc.returncode != 0:
            raise