fix error at copayers

This commit is contained in:
Matias Alejo Garcia 2015-04-24 03:26:57 -03:00
commit dae6f96709
3 changed files with 6 additions and 7 deletions

View file

@ -34,7 +34,6 @@ Profile.fromString = function(str) {
};
Profile.prototype.toObj = function() {
console.log('[profile.js.37:this:]',this); //TODO
return JSON.stringify(this);
};