Skip to content

Commit 4ab7f96

Browse files
style: remove unused comment in lazycommit command
1 parent 07ca767 commit 4ab7f96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/lazycommit.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ export default async (
255255
}
256256

257257
if (choice === 'use') {
258-
// User chose to use as-is, no need for further editing
259258
editedAlready = true;
260259
} else if (choice === 'edit') {
261260
const edited = await text({

0 commit comments

Comments
 (0)