summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-05-19 16:24:02 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-20 15:29:05 +0000
commit244a650a7f577db45ef4a339fe8858577883b04f (patch)
tree04a312826c648c5af839b0252815bceddf0740a0 /src
parent76e13c3d28c336172bb577c8736e360f1e0e1537 (diff)
Remove qDebug()
Change-Id: I02abc0462963fd32d3742e77a4915c9344b3051a Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/render/materialsystem/shader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/materialsystem/shader.cpp b/src/render/materialsystem/shader.cpp
index b048909f1..909f19c79 100644
--- a/src/render/materialsystem/shader.cpp
+++ b/src/render/materialsystem/shader.cpp
@@ -379,7 +379,6 @@ void Shader::initializeAttributes(const QVector<ShaderAttribute> &attributesDesc
m_attributesNames[i] = attributesDescription[i].m_name;
m_attributes[i].m_nameId = StringToInt::lookupId(m_attributesNames[i]);
m_attributeNamesIds[i] = m_attributes[i].m_nameId;
- qDebug() << m_attributes[i].m_nameId << m_attributeNamesIds[i] << m_attributesNames[i];
qCDebug(Shaders) << "Active Attribute " << attributesDescription[i].m_name;
}
}