From e17e365b71030ff2d839c63ac6e5d044b4b15773 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Wed, 13 Jan 2010 14:52:46 -0800 Subject: Remove excessive logging, fix error in GLSL uniform generation. --- libs/rs/rsProgram.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/rs/rsProgram.cpp') 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; } -- cgit v1.1