mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-16 18:32:25 +01:00
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