We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb2972 commit 6c4021bCopy full SHA for 6c4021b
aravisApp/src/arvFeature.cpp
@@ -38,7 +38,7 @@ bool arvFeature::isAvailable() {
38
ArvGcEnumeration *enumeration = (ARV_GC_ENUMERATION (mNode));
39
arv_gc_enumeration_dup_available_int_values(enumeration, &numEnums, NULL);
40
if (numEnums == 0) {
41
- printf("arvFeature::isAvailable() returning false for %s because numEnums=0\n", mFeatureName.c_str());
+ //printf("arvFeature::isAvailable() returning false for %s because numEnums=0\n", mFeatureName.c_str());
42
return false;
43
}
44
0 commit comments