mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
remove console logs
This commit is contained in:
@@ -37,7 +37,7 @@ export class UserLocalRepositoryService {
|
||||
await session.profilePicture.clear();
|
||||
await session.profilePicture.add(data);
|
||||
});
|
||||
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, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user