From 95f114d817d415cd5d403c76414f7200e56aaf2d Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 14 May 2023 07:52:51 +0700 Subject: [PATCH] remove leftover print statement --- tubearchivist/config/management/commands/ta_startup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tubearchivist/config/management/commands/ta_startup.py b/tubearchivist/config/management/commands/ta_startup.py index 75178ee..b5fa226 100644 --- a/tubearchivist/config/management/commands/ta_startup.py +++ b/tubearchivist/config/management/commands/ta_startup.py @@ -162,7 +162,6 @@ class Command(BaseCommand): self.stdout.write(" no videos need updating") return - self.stdout.write(" start filesystem rescan") total = len(all_missing) for idx, missing in enumerate(all_missing): media_url = missing["media_url"]