Skip to content

Commit

Permalink
fix(libgroup): I forgot remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
vlapsk1y committed Nov 14, 2024
1 parent f4c7a27 commit e2700e5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/rust/multi.libgroup/template/src/parser.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use aidoku::error::Result;
use aidoku::prelude::{format, println};
use aidoku::prelude::format;
use aidoku::std::defaults::defaults_get;
use aidoku::std::String;
use aidoku::{std::ObjectRef, Manga, MangaPageResult};
Expand Down Expand Up @@ -137,16 +137,6 @@ pub fn parse_manga_details(

let nsfw = *is_nsfw;

println!(
"{:?}",
detail
.get("type")
.as_object()?
.get("id")
.as_int()
.unwrap_or_default()
);

let viewer = if detail
.get("type")
.as_object()?
Expand Down

0 comments on commit e2700e5

Please sign in to comment.