Application.Client: Ensure DB log messages show up in the inspector

Stop suppressing the db's logging domain by default for the moment.
This commit is contained in:
Michael Gratton 2020-09-04 01:11:15 +10:00 committed by Michael James Gratton
parent dcad419b03
commit 2983990eca

View file

@ -1036,8 +1036,6 @@ public class Application.Client : Gtk.Application {
}
if (options.contains(OPTION_LOG_SQL)) {
Geary.Db.Context.enable_sql_logging = true;
} else {
Geary.Logging.suppress_domain(Geary.Db.Context.LOGGING_DOMAIN);
}
if (options.contains(OPTION_HIDDEN)) {