|
@@ -437,7 +437,6 @@ internal final class SettingsViewController: UITableViewController, ProgressAler
|
|
|
}
|
|
|
|
|
|
private func showDebugToolkit() {
|
|
|
- DBDebugToolkit.setupCrashReporting() // as this might cause issues on its own, we add this handler only on opening the debugToolkit the first time
|
|
|
let info: [DBCustomVariable] = dcContext.getInfo().map { kv in
|
|
|
let value = kv.count > 1 ? kv[1] : ""
|
|
|
return DBCustomVariable(name: kv[0], value: value)
|