temporarily comment code that doesn't work yet
diff --git a/model/sync-logic.cc b/model/sync-logic.cc
index c1e28a1..8a64e60 100644
--- a/model/sync-logic.cc
+++ b/model/sync-logic.cc
@@ -187,7 +187,7 @@
     m_syncInterestTable.insert(interest);
     return;
   }
-
+/*
   DiffStateContainer::index<hashed>::type& idx = m_log.get<hashed> ();
   DiffStateContainer::iterator ii = idx.find(digest);
 
@@ -222,6 +222,7 @@
     ss << m_state;
     m_ccnxHandle->publishData(interest + "/state", ss.str(), m_syncResponseFreshness);
   }
+  */
 }
 
 void