mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibC: Remove debug spam in gethostbyname()
This commit is contained in:
parent
38b55ee067
commit
005b416639
Notes:
sideshowbarker
2024-07-19 11:40:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/005b416639f
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
Reference in a new issue