remove debug

This commit is contained in:
j 2011-09-29 13:30:56 +02:00
parent 9b0a4bd47f
commit d2335c38d6

View file

@ -147,7 +147,6 @@ pandora.ui.accountForm = function(action, value) {
} }
}); });
} else if (action == 'reset') { } else if (action == 'reset') {
Ox.print('DATA???', data)
var usernameOrEmail = data.usernameOrEmail, var usernameOrEmail = data.usernameOrEmail,
key = usernameOrEmail[0]; key = usernameOrEmail[0];
data = {}; data = {};