1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Removed debug code

This commit is contained in:
Laurent Cozic 2021-10-15 16:17:47 +01:00
parent 8a7fa78c54
commit 0bae4690c9

View File

@ -39,9 +39,6 @@ export default async function(shareUserId: string, folderId: string, accept: boo
// Leaving it as it is for now, as it's an unlikely scenario and it won't
// cause any data loss.
console.info('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', shareUserId, folderId);
console.info('ALL', await Folder.all());
if (!accept) {
const existingFolder = await Folder.load(folderId);
if (existingFolder) {