Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Re #274: Do not force debug output in debug builds
Browse files Browse the repository at this point in the history
It seems helpful, but it's probably bad practice and it can lead to
unexpected behaviour.
  • Loading branch information
IBBoard committed Jan 16, 2021
1 parent d4db5b8 commit 2ace18e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Cawbird.vala
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ public class Cawbird : Gtk.Application {
typeof (Cb.EmojiChooser).ensure ();
typeof (ChildSizedScroller).ensure ();

#if DEBUG
GLib.Environment.set_variable ("G_MESSAGES_DEBUG", "cawbird", true);
#endif

debug ("startup");
// Setup gettext
GLib.Intl.setlocale (GLib.LocaleCategory.ALL, Config.DATADIR + "/locale");
Expand Down

0 comments on commit 2ace18e

Please sign in to comment.