Test code removed

pull/204/head
Michael Vogel 2014-07-22 21:16:15 +02:00
parent c95f70d449
commit b89140952b
1 changed files with 0 additions and 1 deletions

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)) {