This commit is contained in:
Christopher Jeffrey 2013-03-05 02:28:20 -06:00
parent 176df61343
commit 7f0ab93e0d

View File

@ -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