Remove debug information.

This commit is contained in:
Andrew Tomaka 2011-10-19 10:49:37 -04:00
parent a0c652a67a
commit 6d8f74dc7a

View file

@ -64,10 +64,8 @@ foreach($dataSources as $dataSource=>$refreshTime) {
$data = call_user_func($dataSource);
if($data != false) {
echo 'updating ' . $dataSource . '<br/>';
$sourceData[$dataSource] = $data;
} else {
echo 'failed ' . $dataSource . '<br/>';
$cacheData[$dataSource] = 0;
}
}