We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5566e commit 46d4086Copy full SHA for 46d4086
assets/js/workflows/usb.js
@@ -248,9 +248,7 @@ class USBWorkflow extends Workflow {
248
// At this point we should see if we should init the file client and check if have a saved dir handle
249
this.initFileClient(new FileTransferClient(this.connectionStatus.bind(this), this._uid));
250
const fileClient = this.fileHelper.getFileClient();
251
- console.log("Got file client");
252
const result = await fileClient.loadSavedDirHandle();
253
- console.log(result);
254
if (result) {
255
console.log("Successfully loaded directory:", fileClient.getWorkingDirectoryName());
256
await this._hostFolderChanged();
0 commit comments