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:
parent
994587e616
commit
a2b56e8569
|
@ -87,7 +87,6 @@ class ClientArgs(
|
||||||
|
|
||||||
val client = MangaDexClient(settingsFile, databaseFile, cacheFolder)
|
val client = MangaDexClient(settingsFile, databaseFile, cacheFolder)
|
||||||
val hook = Thread {
|
val hook = Thread {
|
||||||
println("A")
|
|
||||||
client.shutdown()
|
client.shutdown()
|
||||||
(LoggerFactory.getILoggerFactory() as LoggerContext).stop()
|
(LoggerFactory.getILoggerFactory() as LoggerContext).stop()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue