Skip to content

Commit 46d4086

Browse files
committed
improve console logging
1 parent 4a5566e commit 46d4086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/js/workflows/usb.js

-2
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,7 @@ class USBWorkflow extends Workflow {
248248
// At this point we should see if we should init the file client and check if have a saved dir handle
249249
this.initFileClient(new FileTransferClient(this.connectionStatus.bind(this), this._uid));
250250
const fileClient = this.fileHelper.getFileClient();
251-
console.log("Got file client");
252251
const result = await fileClient.loadSavedDirHandle();
253-
console.log(result);
254252
if (result) {
255253
console.log("Successfully loaded directory:", fileClient.getWorkingDirectoryName());
256254
await this._hostFolderChanged();

0 commit comments

Comments
 (0)