friendship ended with social-app. php is my new best friend

remove print_r lol

Changed files
-3
templates
_partials
-3
templates/_partials/post.latte
···
<div class="timeAgo"><a href="{$post->postLink}">{$post->createdAt}</a></div>
</div>
<div class="postContent">{$post->content|noescape}</div>
-
<!--
-
{print_r($post)}
-
-->
{if $post->embedType === 'app.bsky.embed.images'}
{include 'embed_image.latte', embeds: $post->embeds, postId: $post->postId}
{elseif $post->embedType === 'app.bsky.embed.video'}
···
<div class="timeAgo"><a href="{$post->postLink}">{$post->createdAt}</a></div>
</div>
<div class="postContent">{$post->content|noescape}</div>
{if $post->embedType === 'app.bsky.embed.images'}
{include 'embed_image.latte', embeds: $post->embeds, postId: $post->postId}
{elseif $post->embedType === 'app.bsky.embed.video'}