chore(cloudcmd) rm unused

This commit is contained in:
coderaiser 2018-05-25 16:16:23 +03:00
parent 7e14d61a34
commit a2416003d6
2 changed files with 0 additions and 6 deletions

View file

@ -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 || {};

View file

@ -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 {