Test code removed

This commit is contained in:
Michael Vogel 2014-07-22 21:16:15 +02:00
parent c95f70d449
commit b89140952b

View file

@ -1001,7 +1001,6 @@ function fbsync_fetchfeed($a, $uid) {
$url = "https://graph.facebook.com/fql?q=".urlencode(json_encode($fql))."&access_token=".$access_token;
$feed = fetch_url($url);
file_put_contents("fb.".$uid);
$data = json_decode($feed);
if (!is_array($data->data)) {