bump to build 26 and version 0.5.1

This commit is contained in:
2025-06-11 00:46:46 -06:00
parent 8624cf0e87
commit a55cf31a93
5 changed files with 8 additions and 10 deletions

View File

@@ -1000,8 +1000,6 @@ export default class ContactsView extends Vue {
newContact as unknown as Record<string, unknown>,
"contacts",
);
logger.error("sql", sql);
logger.error("params", params);
let contactPromise = platformService.dbExec(sql, params);
if (USE_DEXIE_DB) {
// @ts-expect-error since the result of this promise won't be used, and this will go away soon