Remove tooltip debug message from logs
This commit is contained in:
parent
4185369ce9
commit
c37850920a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue