remove console log

This commit is contained in:
Manuel Araoz 2014-08-19 16:08:06 -04:00
commit 7bb0e84995
3 changed files with 8 additions and 7 deletions

View file

@ -9,6 +9,7 @@ module.exports.HDParams = require('./js/models/core/HDParams');
// components
var Async = module.exports.Async = require('./js/models/network/Async');
var Insight = module.exports.Insight = require('./js/models/blockchain/Insight');
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('./js/models/storage/LocalEncrypted');