Removing skip one update log

This commit is contained in:
Sarah Jamie Lewis 2019-02-12 20:27:04 -08:00
parent 98b83cf51a
commit eaa68d1221
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ ColumnLayout {
// passing text into it to be filtered. this prevents recursive calls putting us into an
// infinite loop
if (skipOneUpdate) {
console.log("skipping one update")
skipOneUpdate = false
return
}