Remove doc for debug function
This commit is contained in:
parent
c388696d3f
commit
3d201028e1
|
@ -149,7 +149,7 @@ AccessContext.prototype.isAuthenticated = function() {
|
|||
return !!(this.getUserId() || this.getAppId());
|
||||
};
|
||||
|
||||
/**
|
||||
/*!
|
||||
* Print debug info for access context.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue