We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e02fde commit 82297f6Copy full SHA for 82297f6
src/vmaware.hpp
@@ -11931,7 +11931,6 @@ struct VM {
11931
// which would most likely indicate a hardened VM instead and return "Unknown".
11932
if (active_count == 1) {
11933
const std::string& initial_brand = fetch_brand_name(0);
11934
- std::cout << "\n\n\n\nINITIAL: " << initial_brand << "\n\n\n\n";
11935
if (initial_brand == TMP_HYPERV_ARTIFACT) {
11936
if (score > 0) {
11937
memo::brand::store(brands::NULL_BRAND);
0 commit comments