Remove an errant debug print

This commit is contained in:
baldurk
2017-06-21 21:14:57 +01:00
parent 7e3e86f56f
commit 6ea2358d60
-2
View File
@@ -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);