mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +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
|
// Leaving it as it is for now, as it's an unlikely scenario and it won't
|
||||||
// cause any data loss.
|
// cause any data loss.
|
||||||
|
|
||||||
console.info('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', shareUserId, folderId);
|
|
||||||
console.info('ALL', await Folder.all());
|
|
||||||
|
|
||||||
if (!accept) {
|
if (!accept) {
|
||||||
const existingFolder = await Folder.load(folderId);
|
const existingFolder = await Folder.load(folderId);
|
||||||
if (existingFolder) {
|
if (existingFolder) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user