--- loncom/auth/switchserver.pm 2018/11/28 05:05:30 1.43 +++ loncom/auth/switchserver.pm 2018/12/02 13:52:56 1.44 @@ -1,7 +1,7 @@ # The LearningOnline Network # Switch Servers Handler # -# $Id: switchserver.pm,v 1.43 2018/11/28 05:05:30 raeburn Exp $ +# $Id: switchserver.pm,v 1.44 2018/12/02 13:52:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -31,7 +31,6 @@ package Apache::switchserver; use strict; use Apache::Constants qw(:common); use Apache::lonnet; -use Apache::lonmenu; use Digest::MD5 qw(md5_hex); use CGI::Cookie(); use Apache::lonlocal;