From 6a608ead2ca9c56a9b9e2197c335b11017ccf500 Mon Sep 17 00:00:00 2001 From: fmodf Date: Mon, 21 Oct 2024 14:50:54 +0200 Subject: [PATCH] wip --- ConversationsClassic/AppData/Services/Database.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ConversationsClassic/AppData/Services/Database.swift b/ConversationsClassic/AppData/Services/Database.swift index 84bc6f5..3a2fba4 100644 --- a/ConversationsClassic/AppData/Services/Database.swift +++ b/ConversationsClassic/AppData/Services/Database.swift @@ -46,11 +46,11 @@ private extension Database { static let config: Configuration = { var config = Configuration() #if DEBUG - // verbose and debugging in DEBUG builds only. - config.publicStatementArguments = true - config.prepareDatabase { db in - db.trace { print("SQL> \($0)\n") } - } + // // verbose and debugging in DEBUG builds only. + // config.publicStatementArguments = true + // config.prepareDatabase { db in + // db.trace { print("SQL> \($0)\n") } + // } #endif return config }()