We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372efde commit de76995Copy full SHA for de76995
src/vmaware.hpp
@@ -11039,12 +11039,11 @@ struct VM {
11039
11040
11041
// debug stuff to see the brand scoreboard, ignore this
11042
-//#ifdef __VMAWARE_DEBUG__
+#ifdef __VMAWARE_DEBUG__
11043
for (const auto& p : brands) {
11044
- //core_debug("scoreboard: ", (int)p.second, " : ", p.first);
11045
- std::cout << "scoreboard: " << (int)p.second << " : " << p.first;
+ core_debug("scoreboard: ", (int)p.second, " : ", p.first);
11046
}
11047
-//#endif
+#endif
11048
11049
return ret_str;
11050
0 commit comments