We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec93799 + 281f5f9 commit 34c1c6cCopy full SHA for 34c1c6c
src/util/rbs_assert.c
@@ -6,8 +6,6 @@
6
#include <stdbool.h>
7
8
void rbs_assert_impl(bool condition, const char *fmt, ...) {
9
- printf("RBS_ASSERT called\n");
10
-
11
if (condition) {
12
return;
13
}
0 commit comments