mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
test-crypto: Silence the "creating bytebuffer..." debug
This commit is contained in:
parent
740089d24a
commit
2cc867bcba
Notes:
sideshowbarker
2024-07-19 02:28:49 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/2cc867bcbaf Pull-request: https://github.com/SerenityOS/serenity/pull/4067
1 changed files with 0 additions and 1 deletions
|
@ -534,7 +534,6 @@ auto main(int argc, char** argv) -> int
|
|||
|
||||
static ByteBuffer operator""_b(const char* string, size_t length)
|
||||
{
|
||||
dbg() << "Create byte buffer of size " << length;
|
||||
return ByteBuffer::copy(string, length);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue