aux/trace: delete GALLIUM_TRACE_NIR log message

this is not only annoying, it breaks trace xml output

cc: mesa-stable

Acked-by: Simon Zeni <simon@bl4ckb0ne.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21609>
This commit is contained in:
Mike Blumenkrantz 2023-02-28 17:16:40 -05:00 committed by Marge Bot
parent eec5ddd0ed
commit f99eab23ad

View file

@ -663,12 +663,6 @@ void trace_dump_nir(void *nir)
return;
}
if ((nir_count--) == 0) {
fputs("<string>Set GALLIUM_TRACE_NIR to a sufficiently big number "
"to enable NIR shader dumping.</string>", stream);
return;
}
// NIR doesn't have a print to string function. Use CDATA and hope for the
// best.
if (stream) {