diff --git a/example/gdrom_jvm_boot.cpp b/example/gdrom_jvm_boot.cpp index aa2ec94..f40c6ac 100644 --- a/example/gdrom_jvm_boot.cpp +++ b/example/gdrom_jvm_boot.cpp @@ -309,10 +309,6 @@ void main() auto pvd = reinterpret_cast(&buf[0]); auto root_dr = reinterpret_cast(&pvd->directory_record_for_root_directory[0]); - for (int i = 0; i < 16; i++) { - serial::integer(((uint8_t *)buf)[i], ' '); - } - serial::string("primary volume descriptor:\n"); serial::string(" standard_identifier: "); serial::string(pvd->standard_identifier, 5);