Remove console.log

This commit is contained in:
Olivia Godone-Maresca 2023-03-31 17:26:16 -04:00
parent fe635db3ab
commit afc18619db

View File

@ -717,8 +717,6 @@ function createElement(tagName, attributes, classes, textOrElements) {
* @param {(args) => {}} callback
*/
Array.prototype.addEventListener = function(method, callback) {
console.log(`Array.addEventListener(${method})`)
const originalFunction = this[method]
if (originalFunction) {
this[method] = function() {