Skip to content

Commit

Permalink
Disable high volume OSL logs in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Jul 24, 2016
1 parent 564e0e6 commit e68f1fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/appleseed/renderer/kernel/rendering/baserenderer.cpp
Expand Up @@ -112,8 +112,6 @@ BaseRenderer::BaseRenderer(
VisibilityFlags::Names);

#ifndef NDEBUG
// While debugging, we want all possible outputs.
m_shading_system->attribute("debug", 1);
m_shading_system->attribute("compile_report", 1);
m_shading_system->attribute("countlayerexecs", 1);
m_shading_system->attribute("clearmemory", 1);
Expand Down

0 comments on commit e68f1fb

Please sign in to comment.