Skip to content

Commit

Permalink
fix(shared): remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Apr 14, 2024
1 parent 2f1fb32 commit 7f4361d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/AltV.Net.Shared/Elements/Args/MValueConst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public byte[] GetByteArray()

public object ToObject()
{
Console.WriteLine($"To Object: {type}");
switch (type)
{
case Type.None:
Expand Down

0 comments on commit 7f4361d

Please sign in to comment.