mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Remove rogue console.log debug.
This commit is contained in:
@@ -3040,7 +3040,6 @@
|
|||||||
source.bar.b = source.foo.b;
|
source.bar.b = source.foo.b;
|
||||||
|
|
||||||
var actual = _.defaultsDeep(object, source);
|
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);
|
ok(actual.bar.b === source.foo.b && actual.foo.b.c.d === actual.foo.b.c.d.foo.b.c.d);
|
||||||
});
|
});
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user