From 1a9069e80a5bd2cd85e409447ca9f1c45b000616 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 17 Aug 2015 00:24:05 -0700 Subject: [PATCH] Remove rogue `console.log` debug. --- test/test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.js b/test/test.js index 6819dbdf4..5ce01ffbc 100644 --- a/test/test.js +++ b/test/test.js @@ -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); }); }());