mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Cleanup after review
This commit is contained in:
@@ -181,6 +181,7 @@ public class BlogControllerImpl extends DbControllerImpl
|
||||
try {
|
||||
Blog b = blogManager.getBlog(data.getGroupId());
|
||||
blogManager.removeBlog(b);
|
||||
resultHandler.onResult(true);
|
||||
} catch (DbException e) {
|
||||
if (LOG.isLoggable(WARNING))
|
||||
LOG.log(WARNING, e.toString(), e);
|
||||
|
||||
Reference in New Issue
Block a user