forked from DGNum/gestioCOF
Remove log
This commit is contained in:
parent
36e802082e
commit
2df4e931d4
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ var AccountView = Backbone.View.extend({
|
||||||
|
|
||||||
reset: function () {
|
reset: function () {
|
||||||
for (let prop of this.props) {
|
for (let prop of this.props) {
|
||||||
console.log(prop)
|
|
||||||
var selector = "#account-" + prop;
|
var selector = "#account-" + prop;
|
||||||
this.$(selector).text('');
|
this.$(selector).text('');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue