Skip to content

Commit

Permalink
fix: removing debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Nov 5, 2023
1 parent a262fa1 commit 28d0447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Mirage/Weaver/SerializeFunctionBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ private MethodReference GenerateFunction(TypeReference typeReference)

// check for collections
var isCollection = collectionMethod.TryGetValue(typeDefinition, out var collectionMethohd);
Console.WriteLine($"[CollectionMethod] {typeReference} isCollection={isCollection}");
if (isCollection)
{
var genericInstance = (GenericInstanceType)typeReference;
Expand Down

0 comments on commit 28d0447

Please sign in to comment.