Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Jun 18, 2024
1 parent 98303da commit 0c92459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/sel4test-tests/src/tests/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ static int test_cache_kernel_only(env_t env)
test_error_eq(err, seL4_NoError);
/* Page-level operations */
err = seL4_ARM_Page_Clean_Data(frame, 0, PAGE_SIZE_4K);
printf("kernel_only: page clean err: 0x%lx\n", err);
test_error_eq(err, seL4_NoError);
err = seL4_ARM_Page_Invalidate_Data(frame, 0, PAGE_SIZE_4K);
test_error_eq(err, seL4_IllegalOperation);
Expand Down

0 comments on commit 0c92459

Please sign in to comment.