Converts print statements to Logger

This commit is contained in:
Stuart Breckenridge
2022-12-21 21:06:23 +08:00
parent 7dc5845f4e
commit 4e0fe7c710
3 changed files with 6 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate, Logging {
}
task.resume()
} else {
print("No theme URL")
self.logger.debug("No theme URL.")
return
}
} else {