Skip to content

Commit 7c7c085

Browse files
committed
comment out spammy log
1 parent 198cb7a commit 7c7c085

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
@@ -386,7 +386,7 @@ public static bool PurgeDeadLinks(Commands commands, Composite composite, bool f
386386
{
387387
if (!force && LinkedCommands == commands && _purged.purged.Contains(composite.shortGUID))
388388
{
389-
Console.WriteLine("Skipping purge, as this composite is listed within the purged table.");
389+
//Console.WriteLine("Skipping purge, as this composite is listed within the purged table.");
390390
return false;
391391
}
392392

0 commit comments

Comments
 (0)