Remove accidentally committed code

This commit is contained in:
Marcus Holland-Moritz 2020-12-14 02:04:06 +01:00
parent 8242f7a9bb
commit e71c8950c6

View File

@ -40,7 +40,6 @@ bool stream_is_fancy_terminal(std::ostream& os) {
return false;
}
auto term = ::getenv("TERM");
std::cerr << "term: " << term << std::endl;
return term && term[0] && ::strcmp(term, "dumb");
}