forked from extern/easydiffusion
Remove console.log
This commit is contained in:
parent
fe635db3ab
commit
afc18619db
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user