1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

remove print_r

This commit is contained in:
Nicolas Lœuillet 2013-10-03 14:53:08 +02:00
parent 747c6698b6
commit f0f7b94362

View File

@ -12,7 +12,6 @@ class FlattrItem {
public function checkItem($urltoflattr,$id) {
$this->cacheflattrfile($urltoflattr, $id);
$flattrResponse = file_get_contents(CACHE . "/flattr/".$id.".cache");
print_r($flattrResponse);
if($flattrResponse != FALSE) {
$result = json_decode($flattrResponse);
if (isset($result->message)){