From 9f85a01a89e9821855f3182473181873feb580a1 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 22 Jul 2018 15:58:39 -0600 Subject: [PATCH] Remove comment on formatting - see docs --- core/user_list.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/user_list.js b/core/user_list.js index 43922998..6f005432 100644 --- a/core/user_list.js +++ b/core/user_list.js @@ -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',