mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-02 14:14:41 +00:00
cleanup
This commit is contained in:
parent
176df61343
commit
7f0ab93e0d
@ -1041,11 +1041,6 @@ Tput.prototype.readTermcap = function(data) {
|
||||
root.inherits = root.inherits || [];
|
||||
root.inherits.push(term.strings.tc);
|
||||
|
||||
if (self.debug && terms[term.strings.tc]) {
|
||||
console.log(term.names.join('/') + ' inherits from '
|
||||
+ terms[term.strings.tc].names.join('/'));
|
||||
}
|
||||
|
||||
if (self.debug) {
|
||||
var names = terms[term.strings.tc]
|
||||
? terms[term.strings.tc].names
|
||||
|
Loading…
x
Reference in New Issue
Block a user