Remove tooltip debug message from logs

--HG--
branch : misc-patches
hg/feature/sse2
Nimetu 11 years ago
parent 5b09380bff
commit ea5a36b105

@ -408,7 +408,6 @@ namespace NLGUI
splitString(tooltipInfos, "@", tooltipInfosList);
texName = tooltipInfosList[0];
tooltip = tooltipInfosList[1];
nlinfo(tooltip.c_str());
setString(ucstring(tooltip));
CViewRenderer &rVR = *CViewRenderer::getInstance();
sint32 texId = rVR.getTextureIdFromName (texName);

Loading…
Cancel
Save