diff --git a/animateDoorbell.go b/animateDoorbell.go index 4da00ee..4e1398f 100644 --- a/animateDoorbell.go +++ b/animateDoorbell.go @@ -22,12 +22,10 @@ func (a *Animation) animateDoorbell() { } else { a.doorbell = Doorbell{} a.countDown = 5000 - //a.ctx.Pop() } } func (a *Animation) loadImage(imgType string, img string) { baseImage, _ := b64.StdEncoding.DecodeString(img) bigImage, _, _ := image.Decode(bytes.NewReader(baseImage)) a.doorbell.image = imaging.Resize(bigImage, 64, 64, imaging.Lanczos) - //a.ctx.Push() }