Commit 9a95ba6b by Kálmán Viktor

dashboard: remove console log

parent 21411fa6
......@@ -250,7 +250,6 @@ function vmCustomizeLoaded() {
type: 'POST',
data: $('form').serialize(),
success: function(data, textStatus, xhr) {
console.log(data);
if(data.redirect) {
/* it won't redirect to the same page */
if(window.location.pathname == data.redirect) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment