mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
test-crypto: Silence the "creating bytebuffer..." debug
This commit is contained in:
parent
740089d24a
commit
2cc867bcba
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)
|
static ByteBuffer operator""_b(const char* string, size_t length)
|
||||||
{
|
{
|
||||||
dbg() << "Create byte buffer of size " << length;
|
|
||||||
return ByteBuffer::copy(string, length);
|
return ByteBuffer::copy(string, length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue