summaryrefslogtreecommitdiffstats
path: root/lib/Net/Termcast.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/Termcast.pm')
-rw-r--r--lib/Net/Termcast.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Net/Termcast.pm b/lib/Net/Termcast.pm
index 992bbb5..bff3c09 100644
--- a/lib/Net/Termcast.pm
+++ b/lib/Net/Termcast.pm
@@ -110,7 +110,6 @@ sub select_session {
return unless $self->session($session);
$self->_sock->send('q', 0) unless $self->location eq 'menu';
$self->_sock->send($session, 0);
- $self->_get_screen;
$self->location($session);
}