Remove unnecessary print

This commit is contained in:
momo5502 2023-04-15 15:01:12 +02:00
parent 6c51aeb8b6
commit 230bd784f2

View File

@ -107,8 +107,6 @@ namespace auth
buffer.write_string(data, static_cast<size_t>(length));
printf("Serialized with size: %llX\n", buffer.get_buffer().size());
return buffer.move_buffer();
}