We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa7ed3 commit 568deadCopy full SHA for 568dead
src/contents.ts
@@ -206,7 +206,6 @@ export class Drive implements Contents.IDrive {
206
// extract current drive name
207
const currentDrive = this.drivesList.filter(x => x.name === localPath)[0];
208
// when accessed the first time, mount drive
209
- console.log(currentDrive);
210
if (!currentDrive.mounted) {
211
const response = await mountDrive(localPath, {
212
provider: currentDrive.provider,
0 commit comments