From 7babf63a6c4deaf6550da0be33843f7fbd0fb550 Mon Sep 17 00:00:00 2001 From: C9Glax Date: Thu, 5 May 2022 14:46:04 +0200 Subject: [PATCH] removed using Directive --- Logging/Logger.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Logging/Logger.cs b/Logging/Logger.cs index 763ccf5..7011e2b 100644 --- a/Logging/Logger.cs +++ b/Logging/Logger.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Logging +namespace Logging { public class Logger {