Skip to content

Commit a4e5350

Browse files
committed
remove log of mounted error
1 parent cf31d43 commit a4e5350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export class Drive implements Contents.IDrive {
226226
});
227227
this._drivesList.filter(x => x.name === localPath)[0].mounted = true;
228228
} catch (e) {
229-
console.log(e);
229+
// it will give an error if drive is already mounted
230230
}
231231
}
232232

0 commit comments

Comments
 (0)