Skip to content

Commit

Permalink
chore: remove spammy log message (#218)
Browse files Browse the repository at this point in the history
Fixes: #216
  • Loading branch information
bdunderscore authored Mar 27, 2024
1 parent d1915b9 commit f9c581b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/API/BuildContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ public void Serialize()
if (assetToHide != AssetContainer &&
GeneratedAssetBundleExtractor.IsAssetTypeHidden(assetToHide.GetType()))
{
Debug.Log($"Hiding asset of type " + assetToHide.GetType());
assetToHide.hideFlags = HideFlags.HideInHierarchy;
}
}
Expand Down

0 comments on commit f9c581b

Please sign in to comment.