Skip to content

Commit 34c1c6c

Browse files
authored
Merge pull request #2753 from ruby/delete-printf
Delete debug print
2 parents ec93799 + 281f5f9 commit 34c1c6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/rbs_assert.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include <stdbool.h>
77

88
void rbs_assert_impl(bool condition, const char *fmt, ...) {
9-
printf("RBS_ASSERT called\n");
10-
119
if (condition) {
1210
return;
1311
}

0 commit comments

Comments
 (0)