diff --git a/Userland/test-crypto.cpp b/Userland/test-crypto.cpp index a473ee3e30..dd78cd3409 100644 --- a/Userland/test-crypto.cpp +++ b/Userland/test-crypto.cpp @@ -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); }