delete useless console log

This commit is contained in:
MathieuG-P
2023-03-20 00:51:14 +01:00
parent 835e9a0678
commit 420ecc9ae6
@@ -76,8 +76,6 @@ export class FolderLinkerService {
const sharedPath = this.getSharedFolder(folderPath, options?.intermediateFolder);
lstat(sharedPath).then(console.log);
await ensureFolderExist(folderPath);
if(options?.backup === true){