Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHarker committed Jul 7, 2023
1 parent 269365a commit f5235b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/Max Documentation/Build_Max_Docs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,6 @@ std::string processParamInfo(const std::string& objectName, const FrameLib_Param
if (!numEnumItems)
isEnumItem(pos);

std::string sub = info.substr(pos);
if (matchPartialString(info, "cosine_sum", pos))
newItem = newItem;

if (newItem)
{
addMessageTags(info, pos);
Expand Down

0 comments on commit f5235b1

Please sign in to comment.