diff --git a/src/Util/VerboseLogging.cs b/src/Util/VerboseLogging.cs deleted file mode 100644 index 7ff678d..0000000 --- a/src/Util/VerboseLogging.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Microsoft.AspNetCore.Mvc.Filters; -using Microsoft.AspNetCore.Mvc; - -namespace sodoff.Utils; - -public class VerboseLogging { - public static void log() { - Console.WriteLine("[INFO] Server is loading Assets"); - Console.WriteLine("[INFO] Loading api"); - } - public static void ServerStartedMessage() - { - Console.WriteLine("Server is running"); - Console.WriteLine("You can run the game now"); - } -} \ No newline at end of file