fix error at copayers
This commit is contained in:
parent
dc0e0bb91f
commit
dae6f96709
3 changed files with 6 additions and 7 deletions
|
|
@ -34,7 +34,6 @@ Profile.fromString = function(str) {
|
|||
};
|
||||
|
||||
Profile.prototype.toObj = function() {
|
||||
console.log('[profile.js.37:this:]',this); //TODO
|
||||
return JSON.stringify(this);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue