fixup: remove debug print

This commit is contained in:
Yannik Schmidt
2024-03-24 17:30:02 +01:00
parent 948c649b48
commit 870566b624

View File

@@ -91,7 +91,7 @@ class FTP(DataBackend):
paths_listed = {}
def _connect(self):
print("Called connect")
if self.server.startswith("ftp://"):
tls = False
elif self.server.startswith("ftps://"):