Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
removed serperfluous log
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed May 19, 2021
1 parent 281ec18 commit 1997ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/Utilities/AssemblyDefinitionPreProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ private void OnPreprocessAsset()
{
if (Path.GetFullPath(assetPath).Contains("PackageCache"))
{
Debug.Log($"Skipped {assetPath}");
return;
}

Expand Down

0 comments on commit 1997ae2

Please sign in to comment.