mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
LibC: Remove debug spam in gethostbyname()
This commit is contained in:
parent
38b55ee067
commit
005b416639
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ hostent* gethostbyname(const char* name)
|
|||
return nullptr;
|
||||
|
||||
auto close_fd_on_exit = ScopeGuard([fd] {
|
||||
dbgprintf("closing fd\n");
|
||||
close(fd);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue