Skip to content

Commit

Permalink
Update throne_tracker.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Feb 26, 2025
1 parent e249874 commit f95e2ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/throne_tracker.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ void search_manager(const char *path, int depth, struct list_head *uid_data)

for (i = depth; i > 0; i--) {
struct data_path *pos, *n;
pr_info("KernelSU: Examining directory: %s (depth: %d)\n",
pos->dirpath, pos->depth);

list_for_each_entry_safe(pos, n, &data_path_list, list) {
struct my_dir_context ctx = { .ctx.actor = my_actor,
Expand Down

0 comments on commit f95e2ea

Please sign in to comment.