Fancy effects: remove excess console debug output
This commit is contained in:
committed by
Carl Schwan
parent
3c12eff304
commit
668968990c
@@ -482,7 +482,6 @@ ToolBar {
|
||||
}
|
||||
|
||||
var inputFieldText = inputField.text.trim()
|
||||
console.log(inputFieldText)
|
||||
if (inputFieldText.includes('\u{2744}')) {
|
||||
root.fancyEffectsReasonFound("snowflake")
|
||||
}
|
||||
|
||||
@@ -601,7 +601,6 @@ Kirigami.ScrollablePage {
|
||||
enabled: Config.showFancyEffects
|
||||
|
||||
function processFancyEffectsReason(fancyEffect) {
|
||||
console.log("onFancyEffectsReasonFound", fancyEffect)
|
||||
if (fancyEffect === "snowflake") {
|
||||
fancyEffectsContainer.showSnowEffect()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user