removed stacktrace output

This commit is contained in:
Robinson 2023-09-08 14:18:48 +02:00
parent 3d8c5275ac
commit 3abbdf8825
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,7 @@ class ShutdownWhileInBadStateTest : BaseTest() {
// if the server isn't available, wait forever.
client.connect(LOCALHOST, 2222, connectionTimeoutSec = 0) // bad port
return@launch
} catch (e: Exception) {
e.printStackTrace()
} catch (ignored: Exception) {
}
}
}