diff --git a/spec/core/asymmetricEqualityTesterArgCompatShimSpec.js b/spec/core/asymmetricEqualityTesterArgCompatShimSpec.js index 7a9a039c..34186c12 100644 --- a/spec/core/asymmetricEqualityTesterArgCompatShimSpec.js +++ b/spec/core/asymmetricEqualityTesterArgCompatShimSpec.js @@ -110,9 +110,6 @@ describe('asymmetricEqualityTesterArgCompatShim', function() { beforeEach(function() { keys().forEach(function(k) { - if (Array.prototype[k]) { - console.log(Array.prototype[k].toString()); - } expect(Array.prototype[k]) .withContext('Array.prototype already had ' + k) .toBeUndefined();