c++options remove stray debugging comment.

This commit is contained in:
John Ralls 2021-12-14 14:20:20 -08:00
parent b5d0c42505
commit 18edc17541

View File

@ -1259,7 +1259,6 @@ SCM
gnc_option_db_lookup_scm_value(GncOptionDB* odb, const char* section,
const char* name)
{
std::cerr << "Use gnc_option_db_lookup_value." << std::endl;
return SCM_BOOL_F;
}