mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-14 19:31:44 +00:00
Remove console.log
This commit is contained in:
parent
e848a2f8ad
commit
e9fa767f97
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue