diff --git a/kfet/static/kfet/js/account.js b/kfet/static/kfet/js/account.js index dfcc22cb..398f5f1b 100644 --- a/kfet/static/kfet/js/account.js +++ b/kfet/static/kfet/js/account.js @@ -110,7 +110,6 @@ var AccountView = Backbone.View.extend({ reset: function () { for (let prop of this.props) { - console.log(prop) var selector = "#account-" + prop; this.$(selector).text(''); }