Skip to content

Commit 281f5f9

Browse files
committed
Delete debug print
1 parent ec93799 commit 281f5f9

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)