Remove comment on formatting - see docs

This commit is contained in:
Bryan Ashby 2018-07-22 15:58:39 -06:00
parent 601433be40
commit 9f85a01a89
1 changed files with 0 additions and 12 deletions

View File

@ -11,18 +11,6 @@ const moment = require('moment');
const async = require('async');
const _ = require('lodash');
/*
Available listFormat/focusListFormat object members:
userId : User ID
userName : User name/handle
lastLoginTs : Last login timestamp
status : Status: active | inactive
location : Location
affiliation : Affils
note : User note
*/
exports.moduleInfo = {
name : 'User List',
desc : 'Lists all system users',