1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Remove debug prints

This commit is contained in:
carbotaniuman 2021-01-28 08:22:52 -06:00
parent 994587e616
commit a2b56e8569

View file

@ -87,7 +87,6 @@ class ClientArgs(
val client = MangaDexClient(settingsFile, databaseFile, cacheFolder)
val hook = Thread {
println("A")
client.shutdown()
(LoggerFactory.getILoggerFactory() as LoggerContext).stop()
}