diff options
Diffstat (limited to 'lib/termcap.pl')
-rw-r--r-- | lib/termcap.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/termcap.pl b/lib/termcap.pl index 06da956666..f295a2d476 100644 --- a/lib/termcap.pl +++ b/lib/termcap.pl @@ -22,7 +22,7 @@ sub Tgetent { local($TERM) = @_; local($TERMCAP,$_,$entry,$loop,$field); - warn "Tgetent: no ospeed set" unless $ospeed; + # warn "Tgetent: no ospeed set" unless $ospeed; foreach $key (keys %TC) { delete $TC{$key}; } |