Skip to content

Commit

Permalink
Stopping spamming log messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
HclX committed Feb 22, 2021
1 parent 986a47f commit 7852645
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file modified release/wyze_hacks_0_5_03.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions src/utils/libhacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ int open(char * file, int oflag) {
if (g_hackdata->mmc_gpio_redir[0]) {
for (int i = 0; i < ARRAY_SIZE(mmc_gpio_paths); i ++) {
if (strcmp(file, mmc_gpio_paths[i]) == 0) {
printf("Redirecting access to %s to %s\n",
file, g_hackdata->mmc_gpio_redir);
return s_pfn(g_hackdata->mmc_gpio_redir, oflag);
}
}
Expand Down
Binary file modified src/utils/libhacks.so
Binary file not shown.

0 comments on commit 7852645

Please sign in to comment.