Removed unnecessary console.log
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user