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

@@ -482,7 +482,6 @@ ToolBar {
}
var inputFieldText = inputField.text.trim()
console.log(inputFieldText)
if (inputFieldText.includes('\u{2744}')) {
root.fancyEffectsReasonFound("snowflake")
}