mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove an errant debug print
This commit is contained in:
@@ -720,8 +720,6 @@ void ShaderViewer::disassembly_buttonReleased(QMouseEvent *event)
|
||||
|
||||
if(!text.isEmpty())
|
||||
{
|
||||
qInfo() << text;
|
||||
|
||||
VariableTag tag;
|
||||
getRegisterFromWord(text, tag.cat, tag.idx, tag.arrayIdx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user