Remove rogue console.log debug.

This commit is contained in:
John-David Dalton
2015-08-17 00:24:05 -07:00
parent 484861e3ee
commit 1a9069e80a

View File

@@ -3040,7 +3040,6 @@
source.bar.b = source.foo.b;
var actual = _.defaultsDeep(object, source);
console.log(actual.bar.b === actual.foo.b , actual.foo.b.c.d === actual.foo.b.c.d.foo.b.c.d);
ok(actual.bar.b === source.foo.b && actual.foo.b.c.d === actual.foo.b.c.d.foo.b.c.d);
});
}());