diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 01:32:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 06:45:47 +0100 |
commit | e655bd4e5a490c1d722691062a723fd075c9ddfa (patch) | |
tree | 15e3e33d0ab17b0fc105055aaae183d256566863 /logic | |
parent | bd65c7d6350f295c0b5f91bb9a7c66b8abcd0078 (diff) |
logic: get rid of extension logspam
Diffstat (limited to 'logic')
-rw-r--r-- | logic/extensions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/extensions.cpp b/logic/extensions.cpp index 11c94aef..3a2271f8 100644 --- a/logic/extensions.cpp +++ b/logic/extensions.cpp @@ -46,7 +46,7 @@ event_handler::event_handler(Modules::dylib_list const& extensions) : ext_bundle if (!is_enabled(lib->module_name)) continue; -#if 1 +#if 0 qDebug() << "extension" << lib->module_name << "mask" << (void*)mask; #endif |