diff --git a/includes/class-wp-push-syndication-server.php b/includes/class-wp-push-syndication-server.php
index a1f9b1954e4db531b298dab791e0c0ba5f5a54a9..b97229e70f82229b8d7a060a653b7f55a8a509c4 100644
--- a/includes/class-wp-push-syndication-server.php
+++ b/includes/class-wp-push-syndication-server.php
@@ -1238,9 +1238,6 @@ class WP_Push_Syndication_Server {
 			$client         = Syndication_Client_Factory::get_client( $transport_type, $site_id );
 			$posts          = apply_filters( 'syn_pre_pull_posts', $client->get_posts(), $site, $client );
 
-			if( empty( $posts ) )
-				continue;
-
 			$post_types_processed = array();
 
 			foreach( $posts as $post ) {