diff --git a/src/Util/PrintInfo.cs b/src/Util/PrintInfo.cs deleted file mode 100644 index e8ea99d..0000000 --- a/src/Util/PrintInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Microsoft.AspNetCore.Mvc.Filters; -using Microsoft.AspNetCore.Mvc; - -namespace sodoff.Utils; - -public class PrintInfo { - public static void print() { - Console.WriteLine("Press Ctrl + C to close the server"); - } -} \ No newline at end of file