Update OldTitleBar.plugin.js

This commit is contained in:
Mirco Wittrien 2023-11-03 19:08:53 +01:00 committed by GitHub
parent be8514dcda
commit 69ab60bbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ module.exports = (_ => {
processSettingsView (e) {
if (!BDFDB.ArrayUtils.is(e.returnvalue.props.children)) e.returnvalue.props.children = [e.returnvalue.props.children];
console.log(e.returnvalue);
this.injectSettingsToolbar(e.returnvalue.props.children);
}