Skip to content

Commit

Permalink
Simplifies comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed May 16, 2024
1 parent 4dfddf2 commit 705cccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/application-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ const title: JupyterFrontEndPlugin<void> = {

// Duplicate the file, and open the new file.
const result = await docManager.duplicate(current.context.path);

// Get the new file's name, and open it.
await commands.execute('docmanager:open', { path: result.path });
},
});
Expand Down

0 comments on commit 705cccd

Please sign in to comment.