Skip to content

Commit

Permalink
Changes the save_log constant to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Mar 9, 2025
1 parent c8a0d30 commit e39f950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommitMessageGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ GeneratedCommitMessage CommitMessageGenerator::generate(QString const &diff, QSt
{
constexpr int max_message_count = 5;

constexpr bool save_log = true;
constexpr bool save_log = false;

if (0) { // for debugging JSON parsing
return test();
Expand Down

0 comments on commit e39f950

Please sign in to comment.