@@ -474,13 +474,6 @@ def handle_update_structure(self, params):
         result, error = yield self.structure.update()
         raise Return((result, error))
 
-    @coroutine
-    def handle_publish(self, params):
-        """
-        Handle publishing new message.
-        """
-        pass
-
     @coroutine
     def process_call(self, project, method, params):
         """