]> git.mxchange.org Git - friendica-addons.git/blobdiff - posterous/posterous.php
removed 2 lines in posterous that were rendering plugin unproductive
[friendica-addons.git] / posterous / posterous.php
index 25a009c5145f25b303654e7173deb063db741694..eda2a93a4582a7b142dea6b08dca62a83efae71e 100755 (executable)
@@ -153,9 +153,6 @@ function posterous_post_local(&$a,&$b) {
 
 function posterous_send(&$a,&$b) {
 
-       logger('posterous_send: invoked');
-       return;
-
     if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited']))
         return;