From 5a715aecee30eb7d553703ae194735d629ba0e05 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 1 Sep 2020 15:25:44 -0700 Subject: [PATCH] Removed unnecessary console.log --- spec/core/asymmetricEqualityTesterArgCompatShimSpec.js | 3 --- 1 file changed, 3 deletions(-) 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();