Skip to content

Commit 9baaf68

Browse files
chore: removed the comment
1 parent e684baf commit 9baaf68

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
@@ -285,7 +285,6 @@ export default async (
285285
useAsIs = true;
286286
}
287287

288-
// Offer editing of the final commit message (skip if user chose 'Use as-is' or already edited)
289288
if (!useAsIs && !editedAlready) {
290289
const wantsEdit = await confirm({ message: 'Edit the commit message before committing?' });
291290
if (wantsEdit && !isCancel(wantsEdit)) {

0 commit comments

Comments
 (0)