update for removing logs.

This commit is contained in:
kunw 2016-07-05 13:05:45 +08:00
parent 2cb3d11689
commit 899d541607

View File

@ -26,7 +26,6 @@
var role = r[i];
if(query.key === 'roleName' && role.roleName === query.value
|| query.key === 'roleId' && role.id === String(query.value)) {
console.log('role.name: ' + role.name);
return role;
}
}