Skip to content
Extraits de code Groupes Projets
Valider f7556e51 rédigé par Christian Paul's avatar Christian Paul
Parcourir les fichiers

Remove debugging output

parent 05c47705
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -106,8 +106,6 @@ export class DbRoomStore { ...@@ -106,8 +106,6 @@ export class DbRoomStore {
public async countEntries() { public async countEntries() {
const row = (await this.db.Get("SELECT COUNT(*) AS count FROM room_entries WHERE matrix_id IS NOT NULL AND remote_id IS NOT NULL")) || {}; const row = (await this.db.Get("SELECT COUNT(*) AS count FROM room_entries WHERE matrix_id IS NOT NULL AND remote_id IS NOT NULL")) || {};
console.warn('abc', JSON.stringify(row), typeof row.count);
if (typeof row.count !== "number") { if (typeof row.count !== "number") {
log.error("Failed to count room entries"); log.error("Failed to count room entries");
throw Error("Failed to count room entries"); throw Error("Failed to count room entries");
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter