Fancy effects: remove excess console debug output

This commit is contained in:
Alexey Andreyev
2021-02-09 12:40:08 +03:00
committed by Carl Schwan
parent 3c12eff304
commit 668968990c
2 changed files with 0 additions and 2 deletions

View File

@@ -601,7 +601,6 @@ Kirigami.ScrollablePage {
enabled: Config.showFancyEffects
function processFancyEffectsReason(fancyEffect) {
console.log("onFancyEffectsReasonFound", fancyEffect)
if (fancyEffect === "snowflake") {
fancyEffectsContainer.showSnowEffect()
}