Skip to content

Commit 07e0d7a

Browse files
committed
Clean unused code
1 parent 9bcd6d1 commit 07e0d7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/arduino/store.js

-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ function store(state, emitter) {
287287
if (folder !== 'null' && folder !== null) {
288288
localStorage.setItem('diskPath', folder)
289289
state.diskPath = folder
290-
// state.diskFiles = files
291290
}
292291
if (!state.isFilesOpen) emitter.emit('show-files')
293292
emitter.emit('update-files')
@@ -616,7 +615,6 @@ function store(state, emitter) {
616615
log('navigate-to', device, localPath)
617616
state.blocking = true
618617
emitter.emit('render')
619-
// localPath = localPath || '/'
620618
if (device === 'serial') {
621619
state.serialNavigation = serial.getNavigationPath(
622620
state.serialNavigation, localPath

0 commit comments

Comments
 (0)