From 710ac88a43621a138018e2528dc634bb427c40a0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 13 Feb 2017 16:22:57 +0200 Subject: [PATCH] chore(operation) rm unused emitify --- client/operation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/operation.js b/client/operation.js index 1133cea2..a1352ed1 100644 --- a/client/operation.js +++ b/client/operation.js @@ -13,7 +13,6 @@ CloudCmd.Operation = OperationProto; const currify = require('currify/legacy'); const exec = require('execon'); -const emitify = require('emitify'); const RESTful = require('./rest');