diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 06716351507593408f3123c6207c88309ca4ffe1..8ac7a37407c1381c0a4071fe8b9a4754c63837f5 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -465,15 +465,11 @@ class Push_Syndication_Server {
 			$sites = array_merge( $sites, $this->get_sites_by_sitegroup( $selected_sitegroup ) );
 		}
 
-		$this->syndicate_options( $sites );
-
-		/*
 		wp_schedule_single_event(
 			time() - 1,
 			'syn_syndicate_options',
 			array( $sites )
 		);
-		*/
 
 	}