Remove the final two debug() calls

This commit is contained in:
Fabian Homborg
2020-11-07 10:20:52 +01:00
parent bff1f1aeea
commit 5ee3eeff5d
2 changed files with 2 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ static void update_fish_color_support(const environment_t &vars) {
}
} else {
support_term256 = true;
debug(2, L"256 color support enabled for TERM=%ls", term.c_str());
FLOGF(term_support, L"256 color support enabled for TERM=%ls", term.c_str());
}
} else if (cur_term != nullptr) {
// See if terminfo happens to identify 256 colors