Removed unnecessary console.log

This commit is contained in:
Steve Gravrock
2020-09-01 15:25:44 -07:00
parent 8cb44582bc
commit 5a715aecee

View File

@@ -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();