From cc5a199d96282fe1730464a638469b8ed9ba4f5b Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Tue, 14 Jul 2015 16:09:42 +0200 Subject: [PATCH] Remove debugging code --- src/sunstone/sunstone-server.rb | 1 - 1 file changed, 1 deletion(-) 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']