Remove log

This commit is contained in:
Ludovic Stephan 2019-12-18 21:15:19 +01:00
parent 36e802082e
commit 2df4e931d4

View file

@ -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('');
}