Skip to content

Commit f5235b1

Browse files
committed
Remove debug code
1 parent 269365a commit f5235b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/Max Documentation/Build_Max_Docs.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ std::string processParamInfo(const std::string& objectName, const FrameLib_Param
305305
if (!numEnumItems)
306306
isEnumItem(pos);
307307

308-
std::string sub = info.substr(pos);
309-
if (matchPartialString(info, "cosine_sum", pos))
310-
newItem = newItem;
311-
312308
if (newItem)
313309
{
314310
addMessageTags(info, pos);

0 commit comments

Comments
 (0)