remove console logs

This commit is contained in:
Peter Maquiran
2024-10-17 13:01:24 +01:00
parent 02d5e3e1ec
commit 2e04ef0b20
32 changed files with 316 additions and 960 deletions
@@ -87,7 +87,7 @@ export class LocalNotificationService {
await NotificationDataSource.notification.bulkAdd(notifications);
});
console.log('Clear and add operations completed within transaction.');
// console.log('Clear and add operations completed within transaction.');
} catch (error) {
console.error('Error performing transaction:', error, notifications);
}