Reduce verbosity of commands

This commit is contained in:
Kevin Alberts 2020-11-11 17:39:27 +01:00
parent fccf5ff600
commit 16177f853d
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1

View file

@ -27,4 +27,4 @@ class Command(BaseCommand):
sync.save()
logger.debug(f"Sync for {sync.name} done! {added} events added, {existing} updated, and {deleted} purged.")
self.stdout.write("iCal sync complete!")
logger.debug("iCal sync complete!")