Skip to content

Commit

Permalink
remove debug printf statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jke000 committed Jan 29, 2025
1 parent 50a6902 commit 629e67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CometSearch/CometSearchManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,6 @@ void CometSearchManager::GetStatusMessage(string &strStatusMsg)

bool CometSearchManager::IsValidCometVersion(const string &version)
{
printf("OK comet_version %s, version.str %s\n", comet_version, version.c_str() );
// Major version number must match to current binary
if (strstr(comet_version, version.c_str())
|| strstr(version.c_str(), "2024.0"))
Expand Down

0 comments on commit 629e67f

Please sign in to comment.