migrated temporary logger to my implementation

This commit is contained in:
s5260822 2025-03-14 12:08:16 +01:00
parent da796bc3e0
commit e7fb459e1b

View file

@ -90,7 +90,7 @@ public class Main {
long endTime = System.currentTimeMillis();
Logger.pink("Execution time: " + (endTime - startTime) + " ms");
} catch (Exception e) {
e.printStackTrace();
Logger.error(e.getMessage());
}
}