mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-06 06:27:40 +03:00
Turn off media logging
This commit is contained in:
parent
be2a1d876b
commit
a197df89ff
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ impl Post {
|
|||
|
||||
// Determine the type of media along with the media URL
|
||||
let (post_type, media, gallery) = Media::parse(&data).await;
|
||||
dbg!(&media.url);
|
||||
|
||||
posts.push(Self {
|
||||
id: val(post, "id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue