]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove print_r
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 12:53:08 +0000 (14:53 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 12:53:08 +0000 (14:53 +0200)
inc/3rdparty/FlattrItem.class.php

index 2b7ea3fac0e2e7d47ed228fd7fd24048fce5c2fb..0d3e69d0d44346500d0ce6a28d331ba80683fbce 100644 (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)){