Remove doc for debug function

This commit is contained in:
Rand McKinney 2014-11-03 16:26:33 -08:00
parent c388696d3f
commit 3d201028e1
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ AccessContext.prototype.isAuthenticated = function() {
return !!(this.getUserId() || this.getAppId());
};
/**
/*!
* Print debug info for access context.
*/