Removed debug line in js/settings.js

This commit is contained in:
Johannes Starosta 2015-07-13 07:33:35 +02:00
parent 523e260a8a
commit affbbe7566
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
$(document).ready(function() {
function saveSettings() {
var post = $('#registration').serialize();
console.log(post);
$.post(OC.generateUrl('/apps/registration/settings'), post);
}