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:
parent
8a7fa78c54
commit
0bae4690c9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user