Skip to content

Commit 82297f6

Browse files
committed
fix: removed temporary dev message
1 parent 6e02fde commit 82297f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vmaware.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11931,7 +11931,6 @@ struct VM {
1193111931
// which would most likely indicate a hardened VM instead and return "Unknown".
1193211932
if (active_count == 1) {
1193311933
const std::string& initial_brand = fetch_brand_name(0);
11934-
std::cout << "\n\n\n\nINITIAL: " << initial_brand << "\n\n\n\n";
1193511934
if (initial_brand == TMP_HYPERV_ARTIFACT) {
1193611935
if (score > 0) {
1193711936
memo::brand::store(brands::NULL_BRAND);

0 commit comments

Comments
 (0)