Removed debug logging in XMRIgDaemon
This commit is contained in:
parent
b7702cf15e
commit
7d5e2d671e
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ int main(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
printf("Exit: %d converted WEXITSTATUS: %d\n", status, WEXITSTATUS(status));
|
|
||||||
|
|
||||||
} while (WEXITSTATUS(status) != EINVAL && WEXITSTATUS(status) != SIGHUP && WEXITSTATUS(status) != SIGINT);
|
} while (WEXITSTATUS(status) != EINVAL && WEXITSTATUS(status) != SIGHUP && WEXITSTATUS(status) != SIGINT);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue