Remove forgotten debug log

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14701 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2013-12-11 01:03:59 +00:00
parent afe826a814
commit d18068f2f4

View File

@@ -1008,8 +1008,6 @@ void Material::adjustForFog(scene::ISceneNode* parent, video::SMaterial *m,
// above fog and thus unaffected by it
if (use_fog && !m_fog && !m_alpha_blending && !m_add)
{
Log::info("Material", "Disabling for for %s", m_texname.c_str());
m->ZWriteEnable = true;
m->MaterialType = video::EMT_ONETEXTURE_BLEND;
m->MaterialTypeParam =