From 41c33684f6b4df04ebcbc07ad0e7b81227a2d906 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 10 Jun 2023 16:20:25 -0400 Subject: [PATCH] Removes an unused using --- tests/Tgstation.Server.Host.Tests/Swarm/SwarmRpcMapper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Host.Tests/Swarm/SwarmRpcMapper.cs b/tests/Tgstation.Server.Host.Tests/Swarm/SwarmRpcMapper.cs index 4df313a257..afc75223d0 100644 --- a/tests/Tgstation.Server.Host.Tests/Swarm/SwarmRpcMapper.cs +++ b/tests/Tgstation.Server.Host.Tests/Swarm/SwarmRpcMapper.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Diagnostics; using System.IO; using System.Linq; using System.Net;