fix logger stupidness

This commit is contained in:
Daniel
2024-10-23 19:32:03 +03:00
parent 6256bc32d0
commit e3541e84cc
3 changed files with 20 additions and 13 deletions

View File

@@ -5,8 +5,6 @@ import org.lumijiez.logging.Logger;
public class Main {
public static void main(String[] args) {
Logger logger = new Logger(Logger.LogLevel.DEBUG);
HttpServer httpServer = new HttpServer(8080);
httpServer.GET("/hello", (req, res) -> {