Skip to content

Commit

Permalink
Remove unused export/function
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 11, 2022
1 parent ee99f63 commit 331b0de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/util.js
Expand Up @@ -20,8 +20,6 @@ const getSystemInfo = () => {
};
};

const clean = args => args.filter(arg => arg != null);

const format = (template = '', context = {}) => {
try {
return _.template(template)(context);
Expand Down Expand Up @@ -95,7 +93,6 @@ const e = (message, docs) => new Error(docs ? `${message}${EOL}Documentation: ${

export {
getSystemInfo,
clean,
format,
truncateLines,
rejectAfter,
Expand Down

0 comments on commit 331b0de

Please sign in to comment.