Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

shellext: remove TRACE output on InsertMenuItemByName

Changeset 6e594cd40420

Parent 1105cb576c58

by Adrian Buehlmann

Changes to one file · Browse files at 6e594cd40420 Showing diff from parent 1105cb576c58 Diff from another changeset...

 
251
252
253
254
255
256
257
 
251
252
253
 
254
255
256
@@ -251,7 +251,6 @@
  HMENU hMenu, const std::string& name, UINT indexMenu,   UINT idCmd, UINT idCmdFirst, const std::string& prefix)  { - TDEBUG_TRACE("InsertMenuItemByName: name = " << name);   MenuDescriptionMap::iterator iter = MenuDescMap.find(name);   if (iter == MenuDescMap.end())   {