Skip to content

Commit

Permalink
chore: 불필요한 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyxxn committed Dec 3, 2024
1 parent 45424e9 commit 596812a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public final class ReadPageViewModel: ViewModelType {

private func loadMediaForURL(media: MediaDescription) async {
do {
MHLogger.debug("\(#function) \(bookID)")
let mediaURL: URL = try await fetchMediaUseCase.execute(media: media, in: bookID)
output.send(.mediaLoadedWithURL(media: media, url: mediaURL))
} catch {
Expand Down

0 comments on commit 596812a

Please sign in to comment.