Skip to content

Commit aa7daab

Browse files
committed
Remove diagnostic message
1 parent 61fcc59 commit aa7daab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hd-tests.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ test__create_horizontal_line__is_console_width()
2222
/* Act */
2323
create_horizontal_line(line, csbi);
2424
length = strlen(line);
25-
printf("length: %u\n", length);
2625

2726
/* Assert */
2827
if (length != console_width) {

0 commit comments

Comments
 (0)