Skip to content

Commit

Permalink
ddca_ddcutil_version(): disable debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Feb 8, 2024
1 parent a05d373 commit 3e265ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmain/api_base.c
Expand Up @@ -123,7 +123,7 @@ ddca_ddcutil_version(void) {
#endif
vspec_init = true;
}
DBGMSG("Returning: %d.%d.%d", vspec.major, vspec.minor, vspec.micro);
// DBGMSG("Returning: %d.%d.%d", vspec.major, vspec.minor, vspec.micro);
return vspec;
}

Expand Down

0 comments on commit 3e265ee

Please sign in to comment.