Removed extra console.log call

This commit is contained in:
rainbow napkin 2025-04-02 08:07:58 -04:00
parent fb653a477e
commit 0e3706dafa

View file

@ -1135,7 +1135,6 @@ class clearPopup{
this.client = client; this.client = client;
//Set callback //Set callback
this.cb = cb; this.cb = cb;
console.log(doc);
//Create media popup and call async constructor when done //Create media popup and call async constructor when done
//unfortunately we cant call constructors asyncronously, and we cant call back to this from super, so we can't extend this as it stands :( //unfortunately we cant call constructors asyncronously, and we cant call back to this from super, so we can't extend this as it stands :(