Skip to content
Snippets Groups Projects
Commit 28bd4d20 authored by Janis Born's avatar Janis Born
Browse files

remove leftover debug output

parent cff02428
No related branches found
No related tags found
No related merge requests found
......@@ -184,11 +184,11 @@ void FrameBufferObject::updateDrawBuffers()
}
// TODO: remove debug output
ACGL::Utils::debug() << "Uploading mapping:";
for(int i = 0; i < numBuffers; ++i) {
// ACGL::Utils::debug() << "Uploading mapping:";
// for(int i = 0; i < numBuffers; ++i) {
// ACGL::Utils::debug() << " " << buffers[i];
}
ACGL::Utils::debug() << std::endl;
// }
// ACGL::Utils::debug() << std::endl;
// upload the new mapping
bind();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment