Skip to content

Commit 15ebea5

Browse files
authoredNov 19, 2023
Merge pull request uncrustify#4147 from micheleCTDE/drop/unwanted-dump-steps
Remove unwanted dump step instructions
2 parents 7edc1c5 + 250376e commit 15ebea5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/newlines.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ void newline_del_between(Chunk *start, Chunk *end)
858858
{
859859
size_t temp = space_col_align(prev, next);
860860
align_to_column(next, prev->GetColumn() + temp);
861-
dump_step(dump_file_name, "del 1");
862861
}
863862
}
864863
}
@@ -3920,7 +3919,6 @@ void newlines_cleanup_angles()
39203919
void newlines_cleanup_braces(bool first)
39213920
{
39223921
LOG_FUNC_ENTRY();
3923-
dump_step(dump_file_name, "new 2");
39243922

39253923
// Get the first token that's not an empty line:
39263924
Chunk *pc = Chunk::GetHead();

0 commit comments

Comments
 (0)
Please sign in to comment.