avoid log repetition when it is the same

This commit is contained in:
bkfox
2022-05-02 10:04:14 +02:00
parent a805ce6777
commit 1ee5e57547
2 changed files with 9 additions and 3 deletions

View File

@ -127,7 +127,6 @@ class Program(Page):
def save(self, *kargs, **kwargs):
from .sound import Sound
super().save(*kargs, **kwargs)
# TODO: move in signals