diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index 9cfee52385..bbab07a944 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -448,7 +448,6 @@ post '/config' do error 500, "" end - STDERR.puts user.to_hash session[:lang] = user['TEMPLATE/LANG'] if user['TEMPLATE/LANG'] session[:vnc_wss] = user['TEMPLATE/VNC_WSS'] if user['TEMPLATE/VNC_WSS'] session[:default_view] = user['TEMPLATE/DEFAULT_VIEW'] if user['TEMPLATE/DEFAULT_VIEW']