]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 29 Jan 2013 21:20:47 +0000 (22:20 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 29 Jan 2013 21:20:47 +0000 (22:20 +0100)
settings/js/users.js

index ef723202b1f2994a0f55820809406f24cf9b03fe..a50fac037271f609e63a79bda0ec43e7031527f5 100644 (file)
@@ -311,11 +311,8 @@ $(document).ready(function () {
         img.parent().children('span').replaceWith(input);
         input.focus();
         input.keypress(function (event) {
-               console.log("event!");
             if (event.keyCode == 13) {
-               console.log("13");
                 if ($(this).val().length > 0) {
-                       console.log("post");
                     $.post(
                         OC.filePath('settings', 'ajax', 'changedisplayname.php'),
                         {username:uid, displayName:$(this).val()},