Skip to content

Commit 3ef2e07

Browse files
authored
Remove initialization print statement
1 parent 3bafd3a commit 3ef2e07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rtcheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,5 @@ INTERCEPTOR(void, _os_nospin_lock_lock, _os_nospin_lock_t lock) {
711711
__attribute__((constructor))
712712
void init()
713713
{
714-
printf ("Hello rtcheck!\n");
715714
rtc::has_initialised = true;
716715
}

0 commit comments

Comments
 (0)