Skip to content

Commit

Permalink
chore: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
AbaoFromCUG committed Jul 25, 2024
1 parent c049298 commit bad6115
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ const neopyterPlugin: JupyterFrontEndPlugin<void> = {
try {
return !!(await docmanager.services.contents.get(path));
} catch (e) {
if ((e as { response: Response }).response.status !== 404) {
// throw e;
}
console.log(e);
return false;
}
},
Expand Down

0 comments on commit bad6115

Please sign in to comment.