Disable debug mode for the omemo plugin
This commit is contained in:
parent
40c6835600
commit
0bcdae34a5
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue