summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsProgram.cpp')
-rw-r--r--libs/rs/rsProgram.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsProgram.cpp b/libs/rs/rsProgram.cpp
index b528c46..656a3c3 100644
--- a/libs/rs/rsProgram.cpp
+++ b/libs/rs/rsProgram.cpp
@@ -110,7 +110,6 @@ Program::~Program()
void Program::bindAllocation(Allocation *alloc, uint32_t slot)
{
- LOGE("bind alloc %p %i", alloc, slot);
if (mConstants[slot].get() == alloc) {
return;
}