Skip to content

Commit

Permalink
Removed log message, that would be printed every sim update
Browse files Browse the repository at this point in the history
  • Loading branch information
8vogt committed Mar 3, 2021
1 parent 04998c5 commit 8c09e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SEWorldGenPlugin/Session/MyGPSManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ public bool ModifyDynamicGps(string name, Color color, Vector3D pos, long player
/// <returns></returns>
public bool RemoveDynamicGps(long playerId, Guid id)
{
MyPluginLog.Log("Removing dynamic gps " + id + " from player " + playerId);

Tuple<Guid, long> key = new Tuple<Guid, long>(id, playerId);

if (m_dynamicGpss.ContainsKey(key))
Expand Down

0 comments on commit 8c09e70

Please sign in to comment.