From df3aafe1a9eba09d9ff9a8b30ae0314fc0e28ef3 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 19 Aug 2014 13:21:34 -0400 Subject: [PATCH] fix test 6 --- js/models/network/Async.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/models/network/Async.js b/js/models/network/Async.js index 5da895e08..7b3222b37 100644 --- a/js/models/network/Async.js +++ b/js/models/network/Async.js @@ -23,7 +23,6 @@ var preconditions = require('preconditions').singleton(); */ function Network(opts) { - preconditions.checkArgument(opts); var self = this; opts = opts || {}; this.maxPeers = opts.maxPeers || 12;