Skip to content

Commit

Permalink
GitHub #1 - Remove changed tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Oct 25, 2015
1 parent 98c9003 commit 3ebbefe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class User {
attributes.username = username;

this.setAttributes(attributes);
this.resetChanged();
}

/**
Expand Down Expand Up @@ -77,13 +76,6 @@ class User {
return this.attributes.lastUseDate;
}

/**
* Reset changed to nothing
*/
resetChanged() {
this.changed = [];
}

/**
* To string
*
Expand Down

0 comments on commit 3ebbefe

Please sign in to comment.