aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/LedgerLogger.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-05-11 15:22:18 +0200
committerLinnea Gräf <nea@nea.moe>2024-05-11 16:43:20 +0200
commit71d7054571c6f7eca8c28b8f0bf396c16a28543c (patch)
tree4107f88b95977fb205ebe03b8ded2bba75a3c44f /src/main/kotlin/moe/nea/ledger/LedgerLogger.kt
parent79fbb4e6f69df86e885464ddb84b163b90872eee (diff)
downloadLocalTransactionLedger-71d7054571c6f7eca8c28b8f0bf396c16a28543c.tar.gz
LocalTransactionLedger-71d7054571c6f7eca8c28b8f0bf396c16a28543c.tar.bz2
LocalTransactionLedger-71d7054571c6f7eca8c28b8f0bf396c16a28543c.zip
WIP custom dsl
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/LedgerLogger.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/LedgerLogger.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/LedgerLogger.kt b/src/main/kotlin/moe/nea/ledger/LedgerLogger.kt
index c32caf4..6ac3244 100644
--- a/src/main/kotlin/moe/nea/ledger/LedgerLogger.kt
+++ b/src/main/kotlin/moe/nea/ledger/LedgerLogger.kt
@@ -22,8 +22,6 @@ class LedgerLogger {
Minecraft.getMinecraft().ingameGUI?.chatGUI?.printChatMessage(ChatComponentText(text))
}
- val connection = DriverManager.getConnection("jdbc:sqlite:money-ledger/database.db")
-
val profileIdPattern =
"Profile ID: (?<profile>[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})".toPattern()