Skip to content

Commit bf11978

Browse files
committed
reduce spam
1 parent 970b844 commit bf11978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CathodeLib/Scripts/CATHODE/CommandsPAK/Helpers/CommandsUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ public static bool PurgeDeadLinks(Commands commands, Composite composite, bool f
480480
(originalAnimCount - newAnimCount) +
481481
(originalLinkCount - newLinkCount) == 0)
482482
{
483-
Console.WriteLine("Purge found nothing to clear up.");
483+
//Console.WriteLine("Purge found nothing to clear up.");
484484
return true;
485485
}
486486

0 commit comments

Comments
 (0)