summaryrefslogtreecommitdiff
path: root/pidgin/libpidgin.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-19 03:00:48 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-19 03:00:48 -0500
commit7e05fd4e050318c631391fcf54948a376ef5d57c (patch)
tree32c6e937aa7ef5af11b686620dbdf035d1f34d6a /pidgin/libpidgin.c
parent188fa4b9babc577a31a84ba58de1cbdd013c7737 (diff)
downloadpidgin-7e05fd4e050318c631391fcf54948a376ef5d57c.tar.gz
Move debug command-line option to the UIs
This is not really a core option, and even has a different meaning in Finch. Testing Done: Run `finch3 -d` and see debug window open by default; run `pidgin3` and see debug output printed. Reviewed at https://reviews.imfreedom.org/r/1080/
Diffstat (limited to 'pidgin/libpidgin.c')
-rw-r--r--pidgin/libpidgin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pidgin/libpidgin.c b/pidgin/libpidgin.c
index 9502831f37..991fe71a32 100644
--- a/pidgin/libpidgin.c
+++ b/pidgin/libpidgin.c
@@ -432,10 +432,6 @@ int pidgin_start(int argc, char *argv[])
GApplication *app;
int ret;
-#ifdef DEBUG
- purple_debug_set_enabled(TRUE);
-#endif
-
bindtextdomain(PACKAGE, PURPLE_LOCALEDIR);
bind_textdomain_codeset(PACKAGE, "UTF-8");
textdomain(PACKAGE);