Removed unnecessary console.log
This commit is contained in:
@@ -110,9 +110,6 @@ describe('asymmetricEqualityTesterArgCompatShim', function() {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
keys().forEach(function(k) {
|
keys().forEach(function(k) {
|
||||||
if (Array.prototype[k]) {
|
|
||||||
console.log(Array.prototype[k].toString());
|
|
||||||
}
|
|
||||||
expect(Array.prototype[k])
|
expect(Array.prototype[k])
|
||||||
.withContext('Array.prototype already had ' + k)
|
.withContext('Array.prototype already had ' + k)
|
||||||
.toBeUndefined();
|
.toBeUndefined();
|
||||||
|
|||||||
Reference in New Issue
Block a user