Disable debug mode for the omemo plugin

This commit is contained in:
Samuel Hand 2018-06-11 08:48:55 +01:00
parent 40c6835600
commit 0bcdae34a5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ extern const string LOCALE_INSTALL_DIR;
namespace Dino.Plugins.Omemo {
public class Plugin : RootInterface, Object {
public const bool DEBUG = true;
public const bool DEBUG = false;
private static Signal.Context? _context;
public static Signal.Context get_context() {
assert(_context != null);