Remove console.log

This commit is contained in:
Universal Omega 2021-12-18 11:23:46 -07:00 committed by GitHub
parent e848a2f8ad
commit e9fa767f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,12 +233,10 @@
}
}
console.log( this.xmlSerializer.serializeToString( markup ) );
return this.xmlSerializer.serializeToString( markup );
}
publishInfobox() {
console.log( this.getInfoboxMarkup() );
OO.ui.prompt( this.msg( 'templatename' ), {
size: 'large',
textInput: {