1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Remove debugging code

This commit is contained in:
Daniel Molina 2015-07-14 16:09:42 +02:00
parent b325253c74
commit cc5a199d96

View File

@ -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']