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

remove print_r

Changed files
-1
-1
index.php
···
$auth = false; // TODO: set up so that it's like. actually dynamic later
$cursor = array_key_exists('cursor', $_GET) ? $_GET['cursor'] : 0;
$posts = $bskyToucher->getUserPosts($user, $auth, $cursor);
-
print_r($posts);
$latte->render('./templates/_partials/feedPosts.latte', array_merge(Flight::get('standardParams'), [
'posts' => $posts
]));