diff options
author | Marvin W <git@larma.de> | 2017-04-03 15:09:30 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-04-03 15:09:30 +0200 |
commit | 2a49d4a1aaf1d1fb644d3e4586989c696f657bcc (patch) | |
tree | c24ad367f659ba464d6130bbd3edf47483d52ce3 /plugins/omemo/src | |
parent | 8248cfcbb25dc14c81bd9673c8b3642ce98ea495 (diff) | |
download | dino-2a49d4a1aaf1d1fb644d3e4586989c696f657bcc.tar.gz dino-2a49d4a1aaf1d1fb644d3e4586989c696f657bcc.zip |
Add --print-xmpp flag to log details
Diffstat (limited to 'plugins/omemo/src')
-rw-r--r-- | plugins/omemo/src/plugin.vala | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/omemo/src/plugin.vala b/plugins/omemo/src/plugin.vala index f98b03d9..811ecc32 100644 --- a/plugins/omemo/src/plugin.vala +++ b/plugins/omemo/src/plugin.vala @@ -10,11 +10,6 @@ public class Plugin : RootInterface, Object { public AccountSettingsEntry settings_entry; public void registered(Dino.Application app) { - // FIXME: Legacy import - if (FileUtils.test("omemo.db", FileTest.IS_REGULAR)) { - FileUtils.rename("omemo.db", Path.build_filename(Application.get_storage_dir(), "omemo.db")); - } - try { context = new Signal.Context(DEBUG); this.app = app; |