Remove commented code

This commit is contained in:
Joseph Donofry 2021-07-08 22:41:36 -04:00
parent 8871f7e9d8
commit 16e9332aec
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -17,12 +17,10 @@ SequentialAnimation {
property: "opacity" property: "opacity"
from: 0 from: 0
to: 1 to: 1
// /duration: 300
} }
PauseAnimation { PauseAnimation {
id: pauseAnimation id: pauseAnimation
// duration: spinner.barCount * 150
} }
} }