Removed extra console.log call
This commit is contained in:
parent
fb653a477e
commit
0e3706dafa
|
|
@ -1135,7 +1135,6 @@ class clearPopup{
|
|||
this.client = client;
|
||||
//Set callback
|
||||
this.cb = cb;
|
||||
console.log(doc);
|
||||
|
||||
//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 :(
|
||||
|
|
|
|||
Loading…
Reference in a new issue