Skip to content

Commit a67b4ad

Browse files
authored
Update filebrowser.js
1 parent 7deb45d commit a67b4ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

filebrowser.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function renderSidebarHTML() {
9393

9494
// get repo obj from git
9595
// and save to local storage
96-
fetchRepoAndSaveToLS(treeLoc);@@
96+
fetchRepoAndSaveToLS(treeLoc);
9797

9898
}
9999

@@ -143,9 +143,6 @@ async function renderSidebarHTML() {
143143
// update repo empty status in local storage
144144
updateRepoEmptyStatusLS(repoObj.fullName, true);
145145

146-
// add repository to local storage
147-
//@@const repoObj = createRepoObj((user + '/' + repoName), 'main', null, null, null, );
148-
149146
}
150147

151148

0 commit comments

Comments
 (0)