further polish

This commit is contained in:
Ernir Erlingsson
2016-04-26 12:21:14 +02:00
parent da50c5dcc3
commit aa3ef896f5
3 changed files with 2 additions and 4 deletions

View File

@@ -45,7 +45,6 @@ public class BriarControllerImp implements BriarController {
@Override
@CallSuper
public void onActivityCreate() {
LOG.info("onActivityCreate : " + databaseConfig.getEncryptionKey());
if (databaseConfig.getEncryptionKey() != null) startAndBindService();
}