Mercurial > libervia-backend
changeset 340:2572351d875a
plugin groupblog: removed breakpoints, but error handling still need work
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 26 May 2011 16:49:07 +0200 |
parents | b0b773f432e5 |
children | 9eebdc655b8b |
files | src/plugins/plugin_misc_groupblog.py |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugins/plugin_misc_groupblog.py Thu May 26 16:48:23 2011 +0200 +++ b/src/plugins/plugin_misc_groupblog.py Thu May 26 16:49:07 2011 +0200 @@ -130,8 +130,6 @@ callback(self._blog_nodes[profile]) def _configNodeFail(self, failure, errback): - import pdb - pdb.set_trace() errback("") #FIXME def _configNodeErr(self, failure, user_jid, pubsub_ent, callback, errback, profile): @@ -199,13 +197,11 @@ def _mblogPublicationFailed(self, failure): #TODO - import pdb - pdb.set_trace() + pass def _configUpdateFailed(self, failure): #TODO - import pdb - pdb.set_trace() + pass def _nodeCreationFailed(self, failure, name, groups, message, client): #FIXME: temporary behaviour is to delete the node,