mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) rm unused
This commit is contained in:
parent
7e14d61a34
commit
a2416003d6
2 changed files with 0 additions and 6 deletions
|
|
@ -4,7 +4,6 @@ const DIR = __dirname + '/';
|
|||
const DIR_ROOT = DIR + '../';
|
||||
const DIR_COMMON = DIR + '../common/';
|
||||
|
||||
const util = require('util');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
||||
|
|
@ -46,8 +45,6 @@ const root = () => config('root');
|
|||
const notEmpty = (a) => a;
|
||||
const clean = (a) => a.filter(notEmpty);
|
||||
|
||||
const noop = () => {};
|
||||
|
||||
module.exports = (params) => {
|
||||
const p = params || {};
|
||||
const options = p.config || {};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const util = require('util');
|
||||
|
||||
const test = require('tape');
|
||||
const diff = require('sinon-called-with-diff');
|
||||
|
|
@ -12,8 +11,6 @@ const clean = require('clear-module');
|
|||
const DIR = '../../server/';
|
||||
const cloudcmdPath = DIR + 'cloudcmd';
|
||||
|
||||
const noop = () => {};
|
||||
|
||||
const cloudcmd = require(cloudcmdPath);
|
||||
const config = require(DIR + 'config');
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue