Skip to content

Commit

Permalink
[FAB-8650] remove unused import for 'fabric-ca-client'
Browse files Browse the repository at this point in the history
Change-Id: Ife5fa442c19b6cd02961002a7c6c424624c918f3
Signed-off-by: zhaochy <zhaochy_2015@hotmail.com>
  • Loading branch information
zhaochy1990 committed Mar 5, 2018
1 parent 1d6fd36 commit d7c0754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fabric-client/lib/impl/NetworkConfig_1_0.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var EventHub = require('../EventHub.js');
var Orderer = require('../Orderer.js');
var Organization = require('../Organization.js');
var CertificateAuthority = require('../CertificateAuthority.js');
var FabricCA = require('fabric-ca-client');

var logger = utils.getLogger('NetworkConfig101.js');
const CHANNELS_CONFIG = 'channels';
Expand Down

0 comments on commit d7c0754

Please sign in to comment.