mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 07:16:13 -04:00
Remove accidentally committed code
This commit is contained in:
parent
8242f7a9bb
commit
e71c8950c6
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user