Skip to content

Commit

Permalink
remove leftover debug messages from console
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Feb 12, 2024
1 parent aa83039 commit 13b0ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Server/SharableWaypointsServer.cs
Expand Up @@ -28,7 +28,6 @@ public class SharableWaypointsServer : Common.SharableWaypoints {
}

public static void PreOnCmdWayPoint(TextCommandCallingArgs args) {
Console.WriteLine("##### " + args.Caller.FromChatGroupId);
GroupCache.Add(args.Caller.Player.PlayerUID, args.Caller.FromChatGroupId);
}

Expand Down

0 comments on commit 13b0ae8

Please sign in to comment.