Skip to content

Commit 568dead

Browse files
committed
remove dev comment
1 parent bfa7ed3 commit 568dead

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/contents.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ export class Drive implements Contents.IDrive {
206206
// extract current drive name
207207
const currentDrive = this.drivesList.filter(x => x.name === localPath)[0];
208208
// when accessed the first time, mount drive
209-
console.log(currentDrive);
210209
if (!currentDrive.mounted) {
211210
const response = await mountDrive(localPath, {
212211
provider: currentDrive.provider,

0 commit comments

Comments
 (0)